#f9c3af
a light, electric orange · warm · closest name: tan
RGB
249, 195, 175
HSL
16°, 86%, 83%
CMYK
0, 22, 30, 2
Luminance
0.6227
Every format
| HEX | #f9c3af |
| RGB | rgb(249, 195, 175) |
| HSL | hsl(16, 86%, 83%) |
| CMYK | cmyk(0%, 22%, 30%, 2%) |
| LAB | lab(83.1 16.5 17.4) |
| LCH | lch(83.1 24.0 46.6) |
| OKLCH | oklch(0.860 0.068 41.3) |
Copy-ready code
/* CSS */
color: #f9c3af;
background-color: #f9c3af;
/* Tailwind (arbitrary) */
class="text-[#f9c3af] bg-[#f9c3af]"
/* SCSS */
$brand: #f9c3af;
/* SwiftUI */
Color(red: 0.976, green: 0.765, blue: 0.686)
/* Android */
Color.parseColor("#f9c3af")Accessibility — WCAG contrast
Aa
#f9c3af on white: 1.56:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f9c3af on black: 13.45:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red97.6%
Green76.5%
Blue68.6%
CMYK percentages
Cyan0.0%
Magenta21.7%
Yellow29.7%
Key (black)2.4%
Color previews
#f9c3af text on a black background
contrast 13.45:1
Card sample
#f9c3af text on a white background
contrast 1.56:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f9c3af;
Background color
Panel with #f9c3af background
background-color: #f9c3af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f9c3af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(249, 195, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(249, 195, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f9c3af; background: linear-gradient(135deg, #f9c3af, #F9F4AF);