#f9d8c8
a pale, electric orange · warm · closest name: beige
RGB
249, 216, 200
HSL
20°, 80%, 88%
CMYK
0, 13, 20, 2
Luminance
0.7342
Every format
| HEX | #f9d8c8 |
| RGB | rgb(249, 216, 200) |
| HSL | hsl(20, 80%, 88%) |
| CMYK | cmyk(0%, 13%, 20%, 2%) |
| LAB | lab(88.7 9.0 12.1) |
| LCH | lch(88.7 15.1 53.4) |
| OKLCH | oklch(0.906 0.043 47.5) |
Copy-ready code
/* CSS */
color: #f9d8c8;
background-color: #f9d8c8;
/* Tailwind (arbitrary) */
class="text-[#f9d8c8] bg-[#f9d8c8]"
/* SCSS */
$brand: #f9d8c8;
/* SwiftUI */
Color(red: 0.976, green: 0.847, blue: 0.784)
/* Android */
Color.parseColor("#f9d8c8")Accessibility — WCAG contrast
Aa
#f9d8c8 on white: 1.34:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f9d8c8 on black: 15.68:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red97.6%
Green84.7%
Blue78.4%
CMYK percentages
Cyan0.0%
Magenta13.3%
Yellow19.7%
Key (black)2.4%
Color previews
#f9d8c8 text on a black background
contrast 15.68:1
Card sample
#f9d8c8 text on a white background
contrast 1.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f9d8c8;
Background color
Panel with #f9d8c8 background
background-color: #f9d8c8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f9d8c8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(249, 216, 200, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(249, 216, 200, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f9d8c8; background: linear-gradient(135deg, #f9d8c8, #F9F9C8);