#f8d9ee
a pale, vivid magenta / pink · warm · closest name: lavender
RGB
248, 217, 238
HSL
319°, 69%, 91%
CMYK
0, 13, 4, 3
Luminance
0.7576
Every format
| HEX | #f8d9ee |
| RGB | rgb(248, 217, 238) |
| HSL | hsl(319, 69%, 91%) |
| CMYK | cmyk(0%, 13%, 4%, 3%) |
| LAB | lab(89.8 14.2 -6.3) |
| LCH | lch(89.8 15.6 336.1) |
| OKLCH | oklch(0.917 0.044 337.7) |
Copy-ready code
/* CSS */
color: #f8d9ee;
background-color: #f8d9ee;
/* Tailwind (arbitrary) */
class="text-[#f8d9ee] bg-[#f8d9ee]"
/* SCSS */
$brand: #f8d9ee;
/* SwiftUI */
Color(red: 0.973, green: 0.851, blue: 0.933)
/* Android */
Color.parseColor("#f8d9ee")Accessibility — WCAG contrast
Aa
#f8d9ee on white: 1.30:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f8d9ee on black: 16.15:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red97.3%
Green85.1%
Blue93.3%
CMYK percentages
Cyan0.0%
Magenta12.5%
Yellow4.0%
Key (black)2.7%
Color previews
#f8d9ee text on a black background
contrast 16.15:1
Card sample
#f8d9ee text on a white background
contrast 1.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f8d9ee;
Background color
Panel with #f8d9ee background
background-color: #f8d9ee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f8d9ee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(248, 217, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(248, 217, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f8d9ee; background: linear-gradient(135deg, #f8d9ee, #F8D9D9);