#f8a708
a balanced, electric orange · warm · closest name: orange
RGB
248, 167, 8
HSL
40°, 95%, 50%
CMYK
0, 33, 97, 3
Luminance
0.4761
Every format
| HEX | #f8a708 |
| RGB | rgb(248, 167, 8) |
| HSL | hsl(40, 95%, 50%) |
| CMYK | cmyk(0%, 33%, 97%, 3%) |
| LAB | lab(74.6 20.0 77.4) |
| LCH | lch(74.6 80.0 75.5) |
| OKLCH | oklch(0.788 0.166 74.0) |
Copy-ready code
/* CSS */
color: #f8a708;
background-color: #f8a708;
/* Tailwind (arbitrary) */
class="text-[#f8a708] bg-[#f8a708]"
/* SCSS */
$brand: #f8a708;
/* SwiftUI */
Color(red: 0.973, green: 0.655, blue: 0.031)
/* Android */
Color.parseColor("#f8a708")Accessibility — WCAG contrast
Aa
#f8a708 on white: 2.00:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f8a708 on black: 10.52:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red97.3%
Green65.5%
Blue3.1%
CMYK percentages
Cyan0.0%
Magenta32.7%
Yellow96.8%
Key (black)2.7%
Color previews
#f8a708 text on a black background
contrast 10.52:1
Card sample
#f8a708 text on a white background
contrast 2.00:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f8a708;
Background color
Panel with #f8a708 background
background-color: #f8a708;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f8a708;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(248, 167, 8, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(248, 167, 8, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f8a708; background: linear-gradient(135deg, #f8a708, #A9F808);