#f9deee
a pale, vivid magenta / pink · warm · closest name: lavender
RGB
249, 222, 238
HSL
324°, 69%, 92%
CMYK
0, 11, 4, 2
Luminance
0.7856
Every format
| HEX | #f9deee |
| RGB | rgb(249, 222, 238) |
| HSL | hsl(324, 69%, 92%) |
| CMYK | cmyk(0%, 11%, 4%, 2%) |
| LAB | lab(91.0 11.9 -4.4) |
| LCH | lch(91.0 12.7 339.8) |
| OKLCH | oklch(0.927 0.036 341.5) |
Copy-ready code
/* CSS */
color: #f9deee;
background-color: #f9deee;
/* Tailwind (arbitrary) */
class="text-[#f9deee] bg-[#f9deee]"
/* SCSS */
$brand: #f9deee;
/* SwiftUI */
Color(red: 0.976, green: 0.871, blue: 0.933)
/* Android */
Color.parseColor("#f9deee")Accessibility — WCAG contrast
Aa
#f9deee on white: 1.26:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f9deee on black: 16.71:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red97.6%
Green87.1%
Blue93.3%
CMYK percentages
Cyan0.0%
Magenta10.8%
Yellow4.4%
Key (black)2.4%
Color previews
#f9deee text on a black background
contrast 16.71:1
Card sample
#f9deee text on a white background
contrast 1.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f9deee;
Background color
Panel with #f9deee background
background-color: #f9deee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f9deee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(249, 222, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(249, 222, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f9deee; background: linear-gradient(135deg, #f9deee, #F9E0DE);