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