#f8d4fc
a pale, electric magenta / pink · warm · closest name: lavender
RGB
248, 212, 252
HSL
294°, 87%, 91%
CMYK
2, 16, 0, 1
Luminance
0.7407
Every format
| HEX | #f8d4fc |
| RGB | rgb(248, 212, 252) |
| HSL | hsl(294, 87%, 91%) |
| CMYK | cmyk(2%, 16%, 0%, 1%) |
| LAB | lab(89.0 19.3 -14.8) |
| LCH | lch(89.0 24.4 322.5) |
| OKLCH | oklch(0.912 0.066 322.9) |
Copy-ready code
/* CSS */
color: #f8d4fc;
background-color: #f8d4fc;
/* Tailwind (arbitrary) */
class="text-[#f8d4fc] bg-[#f8d4fc]"
/* SCSS */
$brand: #f8d4fc;
/* SwiftUI */
Color(red: 0.973, green: 0.831, blue: 0.988)
/* Android */
Color.parseColor("#f8d4fc")Accessibility — WCAG contrast
Aa
#f8d4fc on white: 1.33:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f8d4fc on black: 15.81:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red97.3%
Green83.1%
Blue98.8%
CMYK percentages
Cyan1.6%
Magenta15.9%
Yellow0.0%
Key (black)1.2%
Color previews
#f8d4fc text on a black background
contrast 15.81:1
Card sample
#f8d4fc text on a white background
contrast 1.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f8d4fc;
Background color
Panel with #f8d4fc background
background-color: #f8d4fc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f8d4fc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(248, 212, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(248, 212, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f8d4fc; background: linear-gradient(135deg, #f8d4fc, #FCD4E5);