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