#fee9ff
a pale, electric magenta / pink · warm · closest name: lavender
RGB
254, 233, 255
HSL
297°, 100%, 96%
CMYK
0, 9, 0, 0
Luminance
0.8657
Every format
| HEX | #fee9ff |
| RGB | rgb(254, 233, 255) |
| HSL | hsl(297, 100%, 96%) |
| CMYK | cmyk(0%, 9%, 0%, 0%) |
| LAB | lab(94.6 10.9 -8.0) |
| LCH | lch(94.6 13.5 323.7) |
| OKLCH | oklch(0.957 0.037 324.5) |
Copy-ready code
/* CSS */
color: #fee9ff;
background-color: #fee9ff;
/* Tailwind (arbitrary) */
class="text-[#fee9ff] bg-[#fee9ff]"
/* SCSS */
$brand: #fee9ff;
/* SwiftUI */
Color(red: 0.996, green: 0.914, blue: 1.000)
/* Android */
Color.parseColor("#fee9ff")Accessibility — WCAG contrast
Aa
#fee9ff on white: 1.15:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fee9ff on black: 18.31:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.6%
Green91.4%
Blue100.0%
CMYK percentages
Cyan0.4%
Magenta8.6%
Yellow0.0%
Key (black)0.0%
Color previews
#fee9ff text on a black background
contrast 18.31:1
Card sample
#fee9ff text on a white background
contrast 1.15:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fee9ff;
Background color
Panel with #fee9ff background
background-color: #fee9ff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fee9ff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(254, 233, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(254, 233, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fee9ff; background: linear-gradient(135deg, #fee9ff, #FFE9F1);