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