#f9c4ba
a pale, electric red · warm · closest name: pink
RGB
249, 196, 186
HSL
10°, 84%, 85%
CMYK
0, 21, 25, 2
Luminance
0.6316
Every format
| HEX | #f9c4ba |
| RGB | rgb(249, 196, 186) |
| HSL | hsl(10, 84%, 85%) |
| CMYK | cmyk(0%, 21%, 25%, 2%) |
| LAB | lab(83.5 17.5 12.3) |
| LCH | lch(83.5 21.3 35.1) |
| OKLCH | oklch(0.865 0.063 30.7) |
Copy-ready code
/* CSS */
color: #f9c4ba;
background-color: #f9c4ba;
/* Tailwind (arbitrary) */
class="text-[#f9c4ba] bg-[#f9c4ba]"
/* SCSS */
$brand: #f9c4ba;
/* SwiftUI */
Color(red: 0.976, green: 0.769, blue: 0.729)
/* Android */
Color.parseColor("#f9c4ba")Accessibility — WCAG contrast
Aa
#f9c4ba on white: 1.54:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f9c4ba on black: 13.63:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red97.6%
Green76.9%
Blue72.9%
CMYK percentages
Cyan0.0%
Magenta21.3%
Yellow25.3%
Key (black)2.4%
Color previews
#f9c4ba text on a black background
contrast 13.63:1
Card sample
#f9c4ba text on a white background
contrast 1.54:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f9c4ba;
Background color
Panel with #f9c4ba background
background-color: #f9c4ba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f9c4ba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(249, 196, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(249, 196, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f9c4ba; background: linear-gradient(135deg, #f9c4ba, #F9EEBA);