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