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