#ffa906
a balanced, electric orange · warm · “orange”
RGB
255, 169, 6
HSL
39°, 100%, 51%
CMYK
0, 34, 98, 0
Luminance
0.4965
Every format
| HEX | #ffa906 |
| RGB | rgb(255, 169, 6) |
| HSL | hsl(39, 100%, 51%) |
| CMYK | cmyk(0%, 34%, 98%, 0%) |
| LAB | lab(75.9 21.9 78.9) |
| LCH | lch(75.9 81.9 74.5) |
| OKLCH | oklch(0.800 0.170 72.6) |
Copy-ready code
/* CSS */
color: #ffa906;
background-color: #ffa906;
/* Tailwind (arbitrary) */
class="text-[#ffa906] bg-[#ffa906]"
/* SCSS */
$brand: #ffa906;
/* SwiftUI */
Color(red: 1.000, green: 0.663, blue: 0.024)
/* Android */
Color.parseColor("#ffa906")Accessibility — WCAG contrast
Aa
#ffa906 on white: 1.92:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ffa906 on black: 10.93:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green66.3%
Blue2.4%
CMYK percentages
Cyan0.0%
Magenta33.7%
Yellow97.6%
Key (black)0.0%
Color previews
#ffa906 text on a black background
contrast 10.93:1
Card sample
#ffa906 text on a white background
contrast 1.92:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ffa906;
Background color
Panel with #ffa906 background
background-color: #ffa906;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ffa906;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 169, 6, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 169, 6, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ffa906; background: linear-gradient(135deg, #ffa906, #AFFF06);