#ffa01b
a balanced, electric orange · warm · closest name: orange
RGB
255, 160, 27
HSL
35°, 100%, 55%
CMYK
0, 37, 89, 0
Luminance
0.4648
Every format
| HEX | #ffa01b |
| RGB | rgb(255, 160, 27) |
| HSL | hsl(35, 100%, 55%) |
| CMYK | cmyk(0%, 37%, 89%, 0%) |
| LAB | lab(73.9 26.8 74.2) |
| LCH | lch(73.9 78.9 70.1) |
| OKLCH | oklch(0.784 0.168 66.8) |
Copy-ready code
/* CSS */
color: #ffa01b;
background-color: #ffa01b;
/* Tailwind (arbitrary) */
class="text-[#ffa01b] bg-[#ffa01b]"
/* SCSS */
$brand: #ffa01b;
/* SwiftUI */
Color(red: 1.000, green: 0.627, blue: 0.106)
/* Android */
Color.parseColor("#ffa01b")Accessibility — WCAG contrast
Aa
#ffa01b on white: 2.04:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ffa01b on black: 10.30:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green62.7%
Blue10.6%
CMYK percentages
Cyan0.0%
Magenta37.3%
Yellow89.4%
Key (black)0.0%
Color previews
#ffa01b text on a black background
contrast 10.30:1
Card sample
#ffa01b text on a white background
contrast 2.04:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ffa01b;
Background color
Panel with #ffa01b background
background-color: #ffa01b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ffa01b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 160, 27, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 160, 27, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ffa01b; background: linear-gradient(135deg, #ffa01b, #C6FF1B);