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