#f9dcfc
a pale, electric magenta / pink · warm · closest name: lavender
RGB
249, 220, 252
HSL
294°, 84%, 93%
CMYK
1, 13, 0, 1
Luminance
0.7835
Every format
| HEX | #f9dcfc |
| RGB | rgb(249, 220, 252) |
| HSL | hsl(294, 84%, 93%) |
| CMYK | cmyk(1%, 13%, 0%, 1%) |
| LAB | lab(90.9 15.5 -11.9) |
| LCH | lch(90.9 19.5 322.5) |
| OKLCH | oklch(0.928 0.053 323.1) |
Copy-ready code
/* CSS */
color: #f9dcfc;
background-color: #f9dcfc;
/* Tailwind (arbitrary) */
class="text-[#f9dcfc] bg-[#f9dcfc]"
/* SCSS */
$brand: #f9dcfc;
/* SwiftUI */
Color(red: 0.976, green: 0.863, blue: 0.988)
/* Android */
Color.parseColor("#f9dcfc")Accessibility — WCAG contrast
Aa
#f9dcfc on white: 1.26:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f9dcfc on black: 16.67:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red97.6%
Green86.3%
Blue98.8%
CMYK percentages
Cyan1.2%
Magenta12.7%
Yellow0.0%
Key (black)1.2%
Color previews
#f9dcfc text on a black background
contrast 16.67:1
Card sample
#f9dcfc text on a white background
contrast 1.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f9dcfc;
Background color
Panel with #f9dcfc background
background-color: #f9dcfc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f9dcfc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(249, 220, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(249, 220, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f9dcfc; background: linear-gradient(135deg, #f9dcfc, #FCDCEA);