#f9c8bc
a pale, electric red · warm · closest name: pink
RGB
249, 200, 188
HSL
12°, 84%, 86%
CMYK
0, 20, 25, 2
Luminance
0.6508
Every format
| HEX | #f9c8bc |
| RGB | rgb(249, 200, 188) |
| HSL | hsl(12, 84%, 86%) |
| CMYK | cmyk(0%, 20%, 25%, 2%) |
| LAB | lab(84.5 15.6 12.6) |
| LCH | lch(84.5 20.1 38.9) |
| OKLCH | oklch(0.873 0.059 34.1) |
Copy-ready code
/* CSS */
color: #f9c8bc;
background-color: #f9c8bc;
/* Tailwind (arbitrary) */
class="text-[#f9c8bc] bg-[#f9c8bc]"
/* SCSS */
$brand: #f9c8bc;
/* SwiftUI */
Color(red: 0.976, green: 0.784, blue: 0.737)
/* Android */
Color.parseColor("#f9c8bc")Accessibility — WCAG contrast
Aa
#f9c8bc on white: 1.50:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f9c8bc on black: 14.02:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red97.6%
Green78.4%
Blue73.7%
CMYK percentages
Cyan0.0%
Magenta19.7%
Yellow24.5%
Key (black)2.4%
Color previews
#f9c8bc text on a black background
contrast 14.02:1
Card sample
#f9c8bc text on a white background
contrast 1.50:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f9c8bc;
Background color
Panel with #f9c8bc background
background-color: #f9c8bc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f9c8bc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(249, 200, 188, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(249, 200, 188, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f9c8bc; background: linear-gradient(135deg, #f9c8bc, #F9F1BC);