#f9cfc8
a pale, electric red · warm · closest name: pink
RGB
249, 207, 200
HSL
9°, 80%, 88%
CMYK
0, 17, 20, 2
Luminance
0.6894
Every format
| HEX | #f9cfc8 |
| RGB | rgb(249, 207, 200) |
| HSL | hsl(9, 80%, 88%) |
| CMYK | cmyk(0%, 17%, 20%, 2%) |
| LAB | lab(86.5 13.7 9.0) |
| LCH | lch(86.5 16.4 33.4) |
| OKLCH | oklch(0.889 0.049 29.1) |
Copy-ready code
/* CSS */
color: #f9cfc8;
background-color: #f9cfc8;
/* Tailwind (arbitrary) */
class="text-[#f9cfc8] bg-[#f9cfc8]"
/* SCSS */
$brand: #f9cfc8;
/* SwiftUI */
Color(red: 0.976, green: 0.812, blue: 0.784)
/* Android */
Color.parseColor("#f9cfc8")Accessibility — WCAG contrast
Aa
#f9cfc8 on white: 1.42:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f9cfc8 on black: 14.79:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red97.6%
Green81.2%
Blue78.4%
CMYK percentages
Cyan0.0%
Magenta16.9%
Yellow19.7%
Key (black)2.4%
Color previews
#f9cfc8 text on a black background
contrast 14.79:1
Card sample
#f9cfc8 text on a white background
contrast 1.42:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f9cfc8;
Background color
Panel with #f9cfc8 background
background-color: #f9cfc8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f9cfc8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(249, 207, 200, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(249, 207, 200, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f9cfc8; background: linear-gradient(135deg, #f9cfc8, #F9F0C8);