#f9cddf
a pale, electric magenta / pink · warm · closest name: pink
RGB
249, 205, 223
HSL
336°, 79%, 89%
CMYK
0, 18, 10, 2
Luminance
0.6913
Every format
| HEX | #f9cddf |
| RGB | rgb(249, 205, 223) |
| HSL | hsl(336, 79%, 89%) |
| CMYK | cmyk(0%, 18%, 10%, 2%) |
| LAB | lab(86.6 18.3 -3.0) |
| LCH | lch(86.6 18.6 350.5) |
| OKLCH | oklch(0.891 0.055 351.8) |
Copy-ready code
/* CSS */
color: #f9cddf;
background-color: #f9cddf;
/* Tailwind (arbitrary) */
class="text-[#f9cddf] bg-[#f9cddf]"
/* SCSS */
$brand: #f9cddf;
/* SwiftUI */
Color(red: 0.976, green: 0.804, blue: 0.875)
/* Android */
Color.parseColor("#f9cddf")Accessibility — WCAG contrast
Aa
#f9cddf on white: 1.42:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f9cddf on black: 14.83:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red97.6%
Green80.4%
Blue87.5%
CMYK percentages
Cyan0.0%
Magenta17.7%
Yellow10.4%
Key (black)2.4%
Color previews
#f9cddf text on a black background
contrast 14.83:1
Card sample
#f9cddf text on a white background
contrast 1.42:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f9cddf;
Background color
Panel with #f9cddf background
background-color: #f9cddf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f9cddf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(249, 205, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(249, 205, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f9cddf; background: linear-gradient(135deg, #f9cddf, #F9D8CD);