#f9dab0
a light, electric orange · warm · closest name: tan
RGB
249, 218, 176
HSL
35°, 86%, 83%
CMYK
0, 12, 29, 2
Luminance
0.7342
Every format
| HEX | #f9dab0 |
| RGB | rgb(249, 218, 176) |
| HSL | hsl(35, 86%, 83%) |
| CMYK | cmyk(0%, 12%, 29%, 2%) |
| LAB | lab(88.7 4.7 24.6) |
| LCH | lch(88.7 25.1 79.2) |
| OKLCH | oklch(0.904 0.065 75.2) |
Copy-ready code
/* CSS */
color: #f9dab0;
background-color: #f9dab0;
/* Tailwind (arbitrary) */
class="text-[#f9dab0] bg-[#f9dab0]"
/* SCSS */
$brand: #f9dab0;
/* SwiftUI */
Color(red: 0.976, green: 0.855, blue: 0.690)
/* Android */
Color.parseColor("#f9dab0")Accessibility — WCAG contrast
Aa
#f9dab0 on white: 1.34:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f9dab0 on black: 15.68:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red97.6%
Green85.5%
Blue69.0%
CMYK percentages
Cyan0.0%
Magenta12.4%
Yellow29.3%
Key (black)2.4%
Color previews
#f9dab0 text on a black background
contrast 15.68:1
Card sample
#f9dab0 text on a white background
contrast 1.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f9dab0;
Background color
Panel with #f9dab0 background
background-color: #f9dab0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f9dab0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(249, 218, 176, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(249, 218, 176, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f9dab0; background: linear-gradient(135deg, #f9dab0, #E7F9B0);