#f9eaee
a pale, vivid magenta / pink · warm · closest name: white
RGB
249, 234, 238
HSL
344°, 56%, 95%
CMYK
0, 6, 4, 2
Luminance
0.8516
Every format
| HEX | #f9eaee |
| RGB | rgb(249, 234, 238) |
| HSL | hsl(344, 56%, 95%) |
| CMYK | cmyk(0%, 6%, 4%, 2%) |
| LAB | lab(94.0 5.7 -0.1) |
| LCH | lch(94.0 5.7 358.9) |
| OKLCH | oklch(0.950 0.017 359.3) |
Copy-ready code
/* CSS */
color: #f9eaee;
background-color: #f9eaee;
/* Tailwind (arbitrary) */
class="text-[#f9eaee] bg-[#f9eaee]"
/* SCSS */
$brand: #f9eaee;
/* SwiftUI */
Color(red: 0.976, green: 0.918, blue: 0.933)
/* Android */
Color.parseColor("#f9eaee")Accessibility — WCAG contrast
Aa
#f9eaee on white: 1.16:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f9eaee on black: 18.03:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red97.6%
Green91.8%
Blue93.3%
CMYK percentages
Cyan0.0%
Magenta6.0%
Yellow4.4%
Key (black)2.4%
Color previews
#f9eaee text on a black background
contrast 18.03:1
Card sample
#f9eaee text on a white background
contrast 1.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f9eaee;
Background color
Panel with #f9eaee background
background-color: #f9eaee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f9eaee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(249, 234, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(249, 234, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f9eaee; background: linear-gradient(135deg, #f9eaee, #F9F0EA);