CSS Named Color Reference

Fuchsia Color Code

Fuchsia·#FF00FF

Pink FamilyWarmMid toneHigh saturationoklch(70.2% 0.322 328)
HEX
#FF00FFPrimary token
RGB
rgb(255, 0, 255)Screen values
HSL
hsl(300 100% 50%)Hue and lightness
CMYK
0, 100, 0, 0Print handoff
LAB
60, 98, -61Perceptual reference
OKLCH
oklch(70.2% 0.322 328)Modern perceptual

Fuchsia is a mid-tone, high-saturation CSS named color at #FF00FF. If you searched for fuchsia hex code, FF00FF, or fuchsia RGB, this page gives the exact color value, conversion formats, contrast checks, nearby colors, and links into the lookup and converter workflows.

Best text colorDark text
Body text contrast5.47:1
Best UseLifestyle accents, beauty interfaces, expressive highlights, and soft emphasis

Tonal Scale

100#FFD1FF
300#FF8AFF
500#FF2EFF
600#FF00FF
800#B800B8

Contrast Checks

White text on this color

Buttons, badges, and filled actions.

3.14:1Large text / UI only

Dark text on this color

Large headings and selective UI.

5.47:1Safe for body text

This color on light surface

Links, borders, and icons on light UI.

2.98:1Needs more separation
Best text colorDark textContrast 5.47:1

Professional Reference

OKLCHoklch(70.2% 0.322 328)
Relative Luminance0.2848
Source TypeCSS Named Color
Classification
Pink FamilyWarmMid toneHigh saturation
Source Context
Source Type
CSS Named Color
System
CSS
Aliases
Magenta
Closest Matches
Material Purple A400Material Purple A200Tailwind Fuchsia 500
Color Notes
  • Fuchsia is kept as an exact CSS named color for #FF00FF.
  • Queries for fuchsia color code, FF00FF, or fuchsia RGB usually need the value first, then contrast and implementation context.

Accessibility Matrix

White text on this color

White text placed on the current color.

3.14:1Large text / UI only

Dark text on this color

Dark text or headings on the current color.

5.47:1AA

This color on light surface

Use this color for links, strokes, or icons on light UI.

2.98:1Needs more separation

This color on dark surface

Use this color inside dark shells for strokes, tags, or icons.

5.47:1AA
Best text colorDark textContrast 5.47:1 · AA

Where It Works

  • Use it for expressive highlights, lifestyle moments, beauty UI, and friendly accents.
  • Check readability carefully when pink is used behind body text or small controls.
  • Pair with clean white, ink-dark text, violet neighbors, and muted neutrals.

Reference Notes

Last Updated
2026-09-03
Source Library
CSS Standard Colors
Methodology
Verified source values + site guidance
Color Notes

Fuchsia is sourced from the published CSS Standard Colors library and retained here as a searchable reference swatch for product and interface reference work.

Hue Family

Soft to vivid pinks for lifestyle and beauty.

Source Collections
CSS Named Colors

Related Colors

Deep Pink

Deep Pink

#FF1493·CSS Standard Colors

Pink

Pink

#FFC0CB·CSS Standard Colors

Dark Magenta

Dark Magenta

#8B008B·CSS Standard Colors

Hot Pink

Hot Pink

#FF69B4·CSS Standard Colors

Light Pink

Light Pink

#FFB6C1·CSS Standard Colors

Palette Starting Points

Implementation Snippets

CSS Variables
:root {
  --color-fuchsia: #FF00FF;
  --color-fuchsia-rgb: 255 0 255;
}
Utility Class
class="bg-[#FF00FF] text-white"
class="hover:bg-[#B800B8] ring-1 ring-[#FF00FF]"
JSON Token
{
  "fuchsia": "#FF00FF",
  "fuchsiaRgb": [255, 0, 255],
  "fuchsiaHsl": [300, 100, 50]
}