#f9c795
a light, electric orange · warm · closest name: tan
RGB
249, 199, 149
HSL
30°, 89%, 78%
CMYK
0, 20, 40, 2
Luminance
0.6316
Every format
| HEX | #f9c795 |
| RGB | rgb(249, 199, 149) |
| HSL | hsl(30, 89%, 78%) |
| CMYK | cmyk(0%, 20%, 40%, 2%) |
| LAB | lab(83.5 11.3 31.8) |
| LCH | lch(83.5 33.7 70.4) |
| OKLCH | oklch(0.862 0.086 66.3) |
Copy-ready code
/* CSS */
color: #f9c795;
background-color: #f9c795;
/* Tailwind (arbitrary) */
class="text-[#f9c795] bg-[#f9c795]"
/* SCSS */
$brand: #f9c795;
/* SwiftUI */
Color(red: 0.976, green: 0.780, blue: 0.584)
/* Android */
Color.parseColor("#f9c795")Accessibility — WCAG contrast
Aa
#f9c795 on white: 1.54:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f9c795 on black: 13.63:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red97.6%
Green78.0%
Blue58.4%
CMYK percentages
Cyan0.0%
Magenta20.1%
Yellow40.2%
Key (black)2.4%
Color previews
#f9c795 text on a black background
contrast 13.63:1
Card sample
#f9c795 text on a white background
contrast 1.54:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f9c795;
Background color
Panel with #f9c795 background
background-color: #f9c795;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f9c795;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(249, 199, 149, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(249, 199, 149, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f9c795; background: linear-gradient(135deg, #f9c795, #E8F995);