#f8dcfd
a pale, electric magenta / pink · warm · closest name: lavender
RGB
248, 220, 253
HSL
291°, 89%, 93%
CMYK
2, 13, 0, 1
Luminance
0.7823
Every format
| HEX | #f8dcfd |
| RGB | rgb(248, 220, 253) |
| HSL | hsl(291, 89%, 93%) |
| CMYK | cmyk(2%, 13%, 0%, 1%) |
| LAB | lab(90.9 15.3 -12.5) |
| LCH | lch(90.9 19.8 320.9) |
| OKLCH | oklch(0.927 0.053 321.1) |
Copy-ready code
/* CSS */
color: #f8dcfd;
background-color: #f8dcfd;
/* Tailwind (arbitrary) */
class="text-[#f8dcfd] bg-[#f8dcfd]"
/* SCSS */
$brand: #f8dcfd;
/* SwiftUI */
Color(red: 0.973, green: 0.863, blue: 0.992)
/* Android */
Color.parseColor("#f8dcfd")Accessibility — WCAG contrast
Aa
#f8dcfd on white: 1.26:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f8dcfd on black: 16.65:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red97.3%
Green86.3%
Blue99.2%
CMYK percentages
Cyan2.0%
Magenta13.0%
Yellow0.0%
Key (black)0.8%
Color previews
#f8dcfd text on a black background
contrast 16.65:1
Card sample
#f8dcfd text on a white background
contrast 1.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f8dcfd;
Background color
Panel with #f8dcfd background
background-color: #f8dcfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f8dcfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(248, 220, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(248, 220, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f8dcfd; background: linear-gradient(135deg, #f8dcfd, #FDDCEC);