#f8e3fc
a pale, electric magenta / pink · warm · closest name: lavender
RGB
248, 227, 252
HSL
290°, 81%, 94%
CMYK
2, 10, 0, 1
Luminance
0.8192
Every format
| HEX | #f8e3fc |
| RGB | rgb(248, 227, 252) |
| HSL | hsl(290, 81%, 94%) |
| CMYK | cmyk(2%, 10%, 0%, 1%) |
| LAB | lab(92.5 11.5 -9.5) |
| LCH | lch(92.5 14.9 320.5) |
| OKLCH | oklch(0.940 0.040 320.8) |
Copy-ready code
/* CSS */
color: #f8e3fc;
background-color: #f8e3fc;
/* Tailwind (arbitrary) */
class="text-[#f8e3fc] bg-[#f8e3fc]"
/* SCSS */
$brand: #f8e3fc;
/* SwiftUI */
Color(red: 0.973, green: 0.890, blue: 0.988)
/* Android */
Color.parseColor("#f8e3fc")Accessibility — WCAG contrast
Aa
#f8e3fc on white: 1.21:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f8e3fc on black: 17.38:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red97.3%
Green89.0%
Blue98.8%
CMYK percentages
Cyan1.6%
Magenta9.9%
Yellow0.0%
Key (black)1.2%
Color previews
#f8e3fc text on a black background
contrast 17.38:1
Card sample
#f8e3fc text on a white background
contrast 1.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f8e3fc;
Background color
Panel with #f8e3fc background
background-color: #f8e3fc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f8e3fc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(248, 227, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(248, 227, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f8e3fc; background: linear-gradient(135deg, #f8e3fc, #FCE3EF);