#f9cdfc
a pale, electric magenta / pink · warm · closest name: plum
RGB
249, 205, 252
HSL
296°, 89%, 90%
CMYK
1, 19, 0, 1
Luminance
0.7083
Every format
| HEX | #f9cdfc |
| RGB | rgb(249, 205, 252) |
| HSL | hsl(296, 89%, 90%) |
| CMYK | cmyk(1%, 19%, 0%, 1%) |
| LAB | lab(87.4 23.4 -17.2) |
| LCH | lch(87.4 29.0 323.7) |
| OKLCH | oklch(0.900 0.079 324.2) |
Copy-ready code
/* CSS */
color: #f9cdfc;
background-color: #f9cdfc;
/* Tailwind (arbitrary) */
class="text-[#f9cdfc] bg-[#f9cdfc]"
/* SCSS */
$brand: #f9cdfc;
/* SwiftUI */
Color(red: 0.976, green: 0.804, blue: 0.988)
/* Android */
Color.parseColor("#f9cdfc")Accessibility — WCAG contrast
Aa
#f9cdfc on white: 1.38:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f9cdfc on black: 15.17:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red97.6%
Green80.4%
Blue98.8%
CMYK percentages
Cyan1.2%
Magenta18.7%
Yellow0.0%
Key (black)1.2%
Color previews
#f9cdfc text on a black background
contrast 15.17:1
Card sample
#f9cdfc text on a white background
contrast 1.38:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f9cdfc;
Background color
Panel with #f9cdfc background
background-color: #f9cdfc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f9cdfc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(249, 205, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(249, 205, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f9cdfc; background: linear-gradient(135deg, #f9cdfc, #FCCDE0);