#f9c086
a light, electric orange · warm · closest name: tan
RGB
249, 192, 134
HSL
30°, 91%, 75%
CMYK
0, 23, 46, 2
Luminance
0.5956
Every format
| HEX | #f9c086 |
| RGB | rgb(249, 192, 134) |
| HSL | hsl(30, 91%, 75%) |
| CMYK | cmyk(0%, 23%, 46%, 2%) |
| LAB | lab(81.6 13.5 37.0) |
| LCH | lch(81.6 39.4 70.0) |
| OKLCH | oklch(0.846 0.099 66.3) |
Copy-ready code
/* CSS */
color: #f9c086;
background-color: #f9c086;
/* Tailwind (arbitrary) */
class="text-[#f9c086] bg-[#f9c086]"
/* SCSS */
$brand: #f9c086;
/* SwiftUI */
Color(red: 0.976, green: 0.753, blue: 0.525)
/* Android */
Color.parseColor("#f9c086")Accessibility — WCAG contrast
Aa
#f9c086 on white: 1.63:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f9c086 on black: 12.91:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red97.6%
Green75.3%
Blue52.5%
CMYK percentages
Cyan0.0%
Magenta22.9%
Yellow46.2%
Key (black)2.4%
Color previews
#f9c086 text on a black background
contrast 12.91:1
Card sample
#f9c086 text on a white background
contrast 1.63:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f9c086;
Background color
Panel with #f9c086 background
background-color: #f9c086;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f9c086;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(249, 192, 134, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(249, 192, 134, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f9c086; background: linear-gradient(135deg, #f9c086, #E5F986);