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