#fee9f9
a pale, electric magenta / pink · warm · closest name: lavender
RGB
254, 233, 249
HSL
314°, 91%, 96%
CMYK
0, 8, 2, 0
Luminance
0.8619
Every format
| HEX | #fee9f9 |
| RGB | rgb(254, 233, 249) |
| HSL | hsl(314, 91%, 96%) |
| CMYK | cmyk(0%, 8%, 2%, 0%) |
| LAB | lab(94.4 9.8 -5.1) |
| LCH | lch(94.4 11.1 332.4) |
| OKLCH | oklch(0.955 0.031 333.9) |
Copy-ready code
/* CSS */
color: #fee9f9;
background-color: #fee9f9;
/* Tailwind (arbitrary) */
class="text-[#fee9f9] bg-[#fee9f9]"
/* SCSS */
$brand: #fee9f9;
/* SwiftUI */
Color(red: 0.996, green: 0.914, blue: 0.976)
/* Android */
Color.parseColor("#fee9f9")Accessibility — WCAG contrast
Aa
#fee9f9 on white: 1.15:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fee9f9 on black: 18.24:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.6%
Green91.4%
Blue97.6%
CMYK percentages
Cyan0.0%
Magenta8.3%
Yellow2.0%
Key (black)0.4%
Color previews
#fee9f9 text on a black background
contrast 18.24:1
Card sample
#fee9f9 text on a white background
contrast 1.15:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fee9f9;
Background color
Panel with #fee9f9 background
background-color: #fee9f9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fee9f9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(254, 233, 249, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(254, 233, 249, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fee9f9; background: linear-gradient(135deg, #fee9f9, #FEE9EB);