#f9cfdf
a pale, electric magenta / pink · warm · closest name: pink
RGB
249, 207, 223
HSL
337°, 78%, 89%
CMYK
0, 17, 10, 2
Luminance
0.7009
Every format
| HEX | #f9cfdf |
| RGB | rgb(249, 207, 223) |
| HSL | hsl(337, 78%, 89%) |
| CMYK | cmyk(0%, 17%, 10%, 2%) |
| LAB | lab(87.0 17.3 -2.4) |
| LCH | lch(87.0 17.4 352.2) |
| OKLCH | oklch(0.895 0.051 353.3) |
Copy-ready code
/* CSS */
color: #f9cfdf;
background-color: #f9cfdf;
/* Tailwind (arbitrary) */
class="text-[#f9cfdf] bg-[#f9cfdf]"
/* SCSS */
$brand: #f9cfdf;
/* SwiftUI */
Color(red: 0.976, green: 0.812, blue: 0.875)
/* Android */
Color.parseColor("#f9cfdf")Accessibility — WCAG contrast
Aa
#f9cfdf on white: 1.40:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f9cfdf on black: 15.02:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red97.6%
Green81.2%
Blue87.5%
CMYK percentages
Cyan0.0%
Magenta16.9%
Yellow10.4%
Key (black)2.4%
Color previews
#f9cfdf text on a black background
contrast 15.02:1
Card sample
#f9cfdf text on a white background
contrast 1.40:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f9cfdf;
Background color
Panel with #f9cfdf background
background-color: #f9cfdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f9cfdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(249, 207, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(249, 207, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f9cfdf; background: linear-gradient(135deg, #f9cfdf, #F9DBCF);