#fee7f4
a pale, electric magenta / pink · warm · closest name: lavender
RGB
254, 231, 244
HSL
326°, 92%, 95%
CMYK
0, 9, 4, 0
Luminance
0.8475
Every format
| HEX | #fee7f4 |
| RGB | rgb(254, 231, 244) |
| HSL | hsl(326, 92%, 95%) |
| CMYK | cmyk(0%, 9%, 4%, 0%) |
| LAB | lab(93.8 10.0 -3.4) |
| LCH | lch(93.8 10.6 341.0) |
| OKLCH | oklch(0.950 0.030 342.6) |
Copy-ready code
/* CSS */
color: #fee7f4;
background-color: #fee7f4;
/* Tailwind (arbitrary) */
class="text-[#fee7f4] bg-[#fee7f4]"
/* SCSS */
$brand: #fee7f4;
/* SwiftUI */
Color(red: 0.996, green: 0.906, blue: 0.957)
/* Android */
Color.parseColor("#fee7f4")Accessibility — WCAG contrast
Aa
#fee7f4 on white: 1.17:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fee7f4 on black: 17.95:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.6%
Green90.6%
Blue95.7%
CMYK percentages
Cyan0.0%
Magenta9.1%
Yellow3.9%
Key (black)0.4%
Color previews
#fee7f4 text on a black background
contrast 17.95:1
Card sample
#fee7f4 text on a white background
contrast 1.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fee7f4;
Background color
Panel with #fee7f4 background
background-color: #fee7f4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fee7f4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(254, 231, 244, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(254, 231, 244, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fee7f4; background: linear-gradient(135deg, #fee7f4, #FEE9E7);