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