#f4d9ee
a pale, vivid magenta / pink · warm · closest name: lavender
RGB
244, 217, 238
HSL
313°, 55%, 90%
CMYK
0, 11, 3, 4
Luminance
0.7503
Every format
| HEX | #f4d9ee |
| RGB | rgb(244, 217, 238) |
| HSL | hsl(313, 55%, 90%) |
| CMYK | cmyk(0%, 11%, 3%, 4%) |
| LAB | lab(89.4 12.9 -6.8) |
| LCH | lch(89.4 14.6 332.0) |
| OKLCH | oklch(0.914 0.041 333.5) |
Copy-ready code
/* CSS */
color: #f4d9ee;
background-color: #f4d9ee;
/* Tailwind (arbitrary) */
class="text-[#f4d9ee] bg-[#f4d9ee]"
/* SCSS */
$brand: #f4d9ee;
/* SwiftUI */
Color(red: 0.957, green: 0.851, blue: 0.933)
/* Android */
Color.parseColor("#f4d9ee")Accessibility — WCAG contrast
Aa
#f4d9ee on white: 1.31:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f4d9ee on black: 16.01:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red95.7%
Green85.1%
Blue93.3%
CMYK percentages
Cyan0.0%
Magenta11.1%
Yellow2.5%
Key (black)4.3%
Color previews
#f4d9ee text on a black background
contrast 16.01:1
Card sample
#f4d9ee text on a white background
contrast 1.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f4d9ee;
Background color
Panel with #f4d9ee background
background-color: #f4d9ee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f4d9ee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(244, 217, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(244, 217, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f4d9ee; background: linear-gradient(135deg, #f4d9ee, #F4D9DC);