#f8dcfb
a pale, electric magenta / pink · warm · closest name: lavender
RGB
248, 220, 251
HSL
294°, 80%, 92%
CMYK
1, 12, 0, 2
Luminance
0.7811
Every format
| HEX | #f8dcfb |
| RGB | rgb(248, 220, 251) |
| HSL | hsl(294, 80%, 92%) |
| CMYK | cmyk(1%, 12%, 0%, 2%) |
| LAB | lab(90.8 15.0 -11.5) |
| LCH | lch(90.8 18.9 322.4) |
| OKLCH | oklch(0.927 0.051 322.9) |
Copy-ready code
/* CSS */
color: #f8dcfb;
background-color: #f8dcfb;
/* Tailwind (arbitrary) */
class="text-[#f8dcfb] bg-[#f8dcfb]"
/* SCSS */
$brand: #f8dcfb;
/* SwiftUI */
Color(red: 0.973, green: 0.863, blue: 0.984)
/* Android */
Color.parseColor("#f8dcfb")Accessibility — WCAG contrast
Aa
#f8dcfb on white: 1.26:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f8dcfb on black: 16.62:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red97.3%
Green86.3%
Blue98.4%
CMYK percentages
Cyan1.2%
Magenta12.4%
Yellow0.0%
Key (black)1.6%
Color previews
#f8dcfb text on a black background
contrast 16.62:1
Card sample
#f8dcfb text on a white background
contrast 1.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f8dcfb;
Background color
Panel with #f8dcfb background
background-color: #f8dcfb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f8dcfb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(248, 220, 251, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(248, 220, 251, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f8dcfb; background: linear-gradient(135deg, #f8dcfb, #FBDCE9);