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