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