#f9c8b7
a light, electric orange · warm · closest name: pink
RGB
249, 200, 183
HSL
16°, 85%, 85%
CMYK
0, 20, 27, 2
Luminance
0.6487
Every format
| HEX | #f9c8b7 |
| RGB | rgb(249, 200, 183) |
| HSL | hsl(16, 85%, 85%) |
| CMYK | cmyk(0%, 20%, 27%, 2%) |
| LAB | lab(84.4 14.9 15.1) |
| LCH | lch(84.4 21.3 45.3) |
| OKLCH | oklch(0.871 0.061 40.0) |
Copy-ready code
/* CSS */
color: #f9c8b7;
background-color: #f9c8b7;
/* Tailwind (arbitrary) */
class="text-[#f9c8b7] bg-[#f9c8b7]"
/* SCSS */
$brand: #f9c8b7;
/* SwiftUI */
Color(red: 0.976, green: 0.784, blue: 0.718)
/* Android */
Color.parseColor("#f9c8b7")Accessibility — WCAG contrast
Aa
#f9c8b7 on white: 1.50:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f9c8b7 on black: 13.97:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red97.6%
Green78.4%
Blue71.8%
CMYK percentages
Cyan0.0%
Magenta19.7%
Yellow26.5%
Key (black)2.4%
Color previews
#f9c8b7 text on a black background
contrast 13.97:1
Card sample
#f9c8b7 text on a white background
contrast 1.50:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f9c8b7;
Background color
Panel with #f9c8b7 background
background-color: #f9c8b7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f9c8b7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(249, 200, 183, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(249, 200, 183, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f9c8b7; background: linear-gradient(135deg, #f9c8b7, #F9F4B7);