#ffa403
a balanced, electric orange · warm · “orange”
RGB
255, 164, 3
HSL
38°, 100%, 51%
CMYK
0, 36, 99, 0
Luminance
0.4782
Every format
| HEX | #ffa403 |
| RGB | rgb(255, 164, 3) |
| HSL | hsl(38, 100%, 51%) |
| CMYK | cmyk(0%, 36%, 99%, 0%) |
| LAB | lab(74.7 24.5 78.5) |
| LCH | lch(74.7 82.2 72.7) |
| OKLCH | oklch(0.791 0.171 70.1) |
Copy-ready code
/* CSS */
color: #ffa403;
background-color: #ffa403;
/* Tailwind (arbitrary) */
class="text-[#ffa403] bg-[#ffa403]"
/* SCSS */
$brand: #ffa403;
/* SwiftUI */
Color(red: 1.000, green: 0.643, blue: 0.012)
/* Android */
Color.parseColor("#ffa403")Accessibility — WCAG contrast
Aa
#ffa403 on white: 1.99:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ffa403 on black: 10.56:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green64.3%
Blue1.2%
CMYK percentages
Cyan0.0%
Magenta35.7%
Yellow98.8%
Key (black)0.0%
Color previews
#ffa403 text on a black background
contrast 10.56:1
Card sample
#ffa403 text on a white background
contrast 1.99:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ffa403;
Background color
Panel with #ffa403 background
background-color: #ffa403;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ffa403;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 164, 3, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 164, 3, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ffa403; background: linear-gradient(135deg, #ffa403, #B2FF03);