#f8d8ee
a pale, vivid magenta / pink · warm · closest name: lavender
RGB
248, 216, 238
HSL
319°, 70%, 91%
CMYK
0, 13, 4, 3
Luminance
0.7524
Every format
| HEX | #f8d8ee |
| RGB | rgb(248, 216, 238) |
| HSL | hsl(319, 70%, 91%) |
| CMYK | cmyk(0%, 13%, 4%, 3%) |
| LAB | lab(89.5 14.7 -6.7) |
| LCH | lch(89.5 16.2 335.7) |
| OKLCH | oklch(0.915 0.045 337.3) |
Copy-ready code
/* CSS */
color: #f8d8ee;
background-color: #f8d8ee;
/* Tailwind (arbitrary) */
class="text-[#f8d8ee] bg-[#f8d8ee]"
/* SCSS */
$brand: #f8d8ee;
/* SwiftUI */
Color(red: 0.973, green: 0.847, blue: 0.933)
/* Android */
Color.parseColor("#f8d8ee")Accessibility — WCAG contrast
Aa
#f8d8ee on white: 1.31:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f8d8ee on black: 16.05:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red97.3%
Green84.7%
Blue93.3%
CMYK percentages
Cyan0.0%
Magenta12.9%
Yellow4.0%
Key (black)2.7%
Color previews
#f8d8ee text on a black background
contrast 16.05:1
Card sample
#f8d8ee text on a white background
contrast 1.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f8d8ee;
Background color
Panel with #f8d8ee background
background-color: #f8d8ee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f8d8ee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(248, 216, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(248, 216, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f8d8ee; background: linear-gradient(135deg, #f8d8ee, #F8D8D9);