#ffa708
a balanced, electric orange · warm · “orange”
RGB
255, 167, 8
HSL
39°, 100%, 52%
CMYK
0, 35, 97, 0
Luminance
0.4891
Every format
| HEX | #ffa708 |
| RGB | rgb(255, 167, 8) |
| HSL | hsl(39, 100%, 52%) |
| CMYK | cmyk(0%, 35%, 97%, 0%) |
| LAB | lab(75.4 22.9 78.4) |
| LCH | lch(75.4 81.7 73.7) |
| OKLCH | oklch(0.796 0.170 71.4) |
Copy-ready code
/* CSS */
color: #ffa708;
background-color: #ffa708;
/* Tailwind (arbitrary) */
class="text-[#ffa708] bg-[#ffa708]"
/* SCSS */
$brand: #ffa708;
/* SwiftUI */
Color(red: 1.000, green: 0.655, blue: 0.031)
/* Android */
Color.parseColor("#ffa708")Accessibility — WCAG contrast
Aa
#ffa708 on white: 1.95:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ffa708 on black: 10.78:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green65.5%
Blue3.1%
CMYK percentages
Cyan0.0%
Magenta34.5%
Yellow96.9%
Key (black)0.0%
Color previews
#ffa708 text on a black background
contrast 10.78:1
Card sample
#ffa708 text on a white background
contrast 1.95:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ffa708;
Background color
Panel with #ffa708 background
background-color: #ffa708;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ffa708;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 167, 8, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 167, 8, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ffa708; background: linear-gradient(135deg, #ffa708, #B2FF08);