#f1a708
a balanced, electric yellow · warm · closest name: orange
RGB
241, 167, 8
HSL
41°, 94%, 49%
CMYK
0, 31, 97, 6
Luminance
0.4636
Every format
| HEX | #f1a708 |
| RGB | rgb(241, 167, 8) |
| HSL | hsl(41, 94%, 49%) |
| CMYK | cmyk(0%, 31%, 97%, 6%) |
| LAB | lab(73.8 17.0 76.5) |
| LCH | lch(73.8 78.3 77.4) |
| OKLCH | oklch(0.780 0.162 76.6) |
Copy-ready code
/* CSS */
color: #f1a708;
background-color: #f1a708;
/* Tailwind (arbitrary) */
class="text-[#f1a708] bg-[#f1a708]"
/* SCSS */
$brand: #f1a708;
/* SwiftUI */
Color(red: 0.945, green: 0.655, blue: 0.031)
/* Android */
Color.parseColor("#f1a708")Accessibility — WCAG contrast
Aa
#f1a708 on white: 2.04:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f1a708 on black: 10.27:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.5%
Green65.5%
Blue3.1%
CMYK percentages
Cyan0.0%
Magenta30.7%
Yellow96.7%
Key (black)5.5%
Color previews
#f1a708 text on a black background
contrast 10.27:1
Card sample
#f1a708 text on a white background
contrast 2.04:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f1a708;
Background color
Panel with #f1a708 background
background-color: #f1a708;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f1a708;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(241, 167, 8, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(241, 167, 8, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f1a708; background: linear-gradient(135deg, #f1a708, #A0F108);