#f9dba9
a light, electric orange · warm · closest name: tan
RGB
249, 219, 169
HSL
38°, 87%, 82%
CMYK
0, 12, 32, 2
Luminance
0.7367
Every format
| HEX | #f9dba9 |
| RGB | rgb(249, 219, 169) |
| HSL | hsl(38, 87%, 82%) |
| CMYK | cmyk(0%, 12%, 32%, 2%) |
| LAB | lab(88.8 3.3 28.4) |
| LCH | lch(88.8 28.6 83.4) |
| OKLCH | oklch(0.904 0.073 80.3) |
Copy-ready code
/* CSS */
color: #f9dba9;
background-color: #f9dba9;
/* Tailwind (arbitrary) */
class="text-[#f9dba9] bg-[#f9dba9]"
/* SCSS */
$brand: #f9dba9;
/* SwiftUI */
Color(red: 0.976, green: 0.859, blue: 0.663)
/* Android */
Color.parseColor("#f9dba9")Accessibility — WCAG contrast
Aa
#f9dba9 on white: 1.33:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f9dba9 on black: 15.73:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red97.6%
Green85.9%
Blue66.3%
CMYK percentages
Cyan0.0%
Magenta12.0%
Yellow32.1%
Key (black)2.4%
Color previews
#f9dba9 text on a black background
contrast 15.73:1
Card sample
#f9dba9 text on a white background
contrast 1.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f9dba9;
Background color
Panel with #f9dba9 background
background-color: #f9dba9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f9dba9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(249, 219, 169, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(249, 219, 169, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f9dba9; background: linear-gradient(135deg, #f9dba9, #E2F9A9);