#FF99DD#FF99DD
#FF99DD is a light, vivid pink. Relative luminance 0.493; OKLCH L 80.9% C 0.146 H 340.6°. Best body text is #000000 at 10.85:1 contrast (WCAG AA passes).
Color values
| HEX | #FF99DD |
|---|---|
| RGB | rgb(255, 153, 221) |
| HSL | hsl(320, 100%, 80%) |
| HSV | hsv(320, 40%, 100%) |
| CMYK | cmyk(0%, 40%, 13.3%, 0%) |
| CIE-LAB | lab(75.62, 47.15, -18.23) |
| CIE-LCH | lch(75.62, 50.55, 338.86°) |
| OKLab | oklab(80.86% 0.1381 -0.0485) |
| OKLCH | oklch(80.86% 0.146 340.6) |
| XYZ | xyz(65.6827, 49.2669, 74.4424) |
| Luminance | 0.4926 (WCAG relative) |
| Temperature | warm |
| Family | pink |
Closest named colors
Bubblegum Pink
#FE83CC
ΔE00 4.69
Pink (survey)
#FF81C0
ΔE00 6.25
Plum
#DDA0DD
ΔE00 6.69
Lavender Pink
#DD85D7
ΔE00 7.83
Violet (CSS)
#EE82EE
ΔE00 8.52
Powder Pink
#FFB2D0
ΔE00 8.97
Perceptual scales
Shades
Tints
Tones
OKLCH scale
Color harmonies
complementary
#FF99DD #99FFBB
analogous
#EE99FF #FF99DD #FF99AA
triadic
#FF99DD #DDFF99 #99DDFF
tetradic
#FF99DD #FFEE99 #99FFBB #99AAFF
square
#FF99DD #FFEE99 #99FFBB #99AAFF
split-complementary
#FF99DD #AAFF99 #99FFEE
monochromatic
#FF1FB4 #FF5CC9 #FF99DD #FFD6F1 #FFE0F5
Accessibility & contrast
On white
1.94
#FF99DD on #FFFFFF
AA ✗AA large ✗AAA ✗
On black
10.85
#FF99DD on #000000
AA ✓AA large ✓AAA ✓
Best text color
#000000 on #FF99DD
10.85:1 — WCAG AA (normal text) passes
Contrast matrix
| fg \ bg | ##FF99DD | #FFFFFF | #000000 | ##000000 |
|---|---|---|---|---|
| ##FF99DD | 1.00 | 1.94 | 10.85 | 10.85 |
| #FFFFFF | 1.94 | 1.00 | 21.00 | 21.00 |
| #000000 | 10.85 | 21.00 | 1.00 | 1.00 |
| ##000000 | 10.85 | 21.00 | 1.00 | 1.00 |
Color blindness preview
Protanopia (red-blind)
#9DB0DF
Deuteranopia (green-blind)
#B8C0DA
Tritanopia (blue-blind)
#FF9AB2
Achromatopsia (no color)
#BABABA
Design tokens & code
CSS
--color: #ff99dd; /* rgb */ color: rgb(255, 153, 221); /* oklch */ color: oklch(80.9% 0.146 340.6);
Tailwind
colors: {
custom: {
50: '#ffb9e7',
500: '#ff99dd',
950: '#000000',
},
}SCSS
$custom: #ff99dd; $custom-light: #ffb9e7; $custom-dark: #000000;
JSON
{
"hex": "#ff99dd",
"rgb": {
"r": 255,
"g": 153,
"b": 221
},
"hsl": {
"h": 320,
"s": 100,
"l": 80
},
"oklch": {
"l": 0.80855,
"c": 0.14641,
"h": 340.6
},
"luminance": 0.49263
}Semantic roles & 50–950 ramp
primary
#FF99DD
secondary
#D4F7E0
accent
#E64D00
background
#FFFBFE
surface
#FFF6FC
border
#D7D0D5
text
#181216
muted
#868184