#f9cdfe
a pale, electric magenta / pink · warm · closest name: plum
RGB
249, 205, 254
HSL
294°, 96%, 90%
CMYK
2, 19, 0, 0
Luminance
0.7096
Every format
| HEX | #f9cdfe |
| RGB | rgb(249, 205, 254) |
| HSL | hsl(294, 96%, 90%) |
| CMYK | cmyk(2%, 19%, 0%, 0%) |
| LAB | lab(87.5 23.7 -18.1) |
| LCH | lch(87.5 29.9 322.6) |
| OKLCH | oklch(0.901 0.081 322.9) |
Copy-ready code
/* CSS */
color: #f9cdfe;
background-color: #f9cdfe;
/* Tailwind (arbitrary) */
class="text-[#f9cdfe] bg-[#f9cdfe]"
/* SCSS */
$brand: #f9cdfe;
/* SwiftUI */
Color(red: 0.976, green: 0.804, blue: 0.996)
/* Android */
Color.parseColor("#f9cdfe")Accessibility — WCAG contrast
Aa
#f9cdfe on white: 1.38:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f9cdfe on black: 15.19:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red97.6%
Green80.4%
Blue99.6%
CMYK percentages
Cyan2.0%
Magenta19.3%
Yellow0.0%
Key (black)0.4%
Color previews
#f9cdfe text on a black background
contrast 15.19:1
Card sample
#f9cdfe text on a white background
contrast 1.38:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f9cdfe;
Background color
Panel with #f9cdfe background
background-color: #f9cdfe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f9cdfe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(249, 205, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(249, 205, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f9cdfe; background: linear-gradient(135deg, #f9cdfe, #FECDE2);