#ffa024
a balanced, electric orange · warm · closest name: orange
RGB
255, 160, 36
HSL
34°, 100%, 57%
CMYK
0, 37, 86, 0
Luminance
0.4653
Every format
| HEX | #ffa024 |
| RGB | rgb(255, 160, 36) |
| HSL | hsl(34, 100%, 57%) |
| CMYK | cmyk(0%, 37%, 86%, 0%) |
| LAB | lab(73.9 27.0 71.9) |
| LCH | lch(73.9 76.8 69.4) |
| OKLCH | oklch(0.785 0.166 66.0) |
Copy-ready code
/* CSS */
color: #ffa024;
background-color: #ffa024;
/* Tailwind (arbitrary) */
class="text-[#ffa024] bg-[#ffa024]"
/* SCSS */
$brand: #ffa024;
/* SwiftUI */
Color(red: 1.000, green: 0.627, blue: 0.141)
/* Android */
Color.parseColor("#ffa024")Accessibility — WCAG contrast
Aa
#ffa024 on white: 2.04:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ffa024 on black: 10.31:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green62.7%
Blue14.1%
CMYK percentages
Cyan0.0%
Magenta37.3%
Yellow85.9%
Key (black)0.0%
Color previews
#ffa024 text on a black background
contrast 10.31:1
Card sample
#ffa024 text on a white background
contrast 2.04:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ffa024;
Background color
Panel with #ffa024 background
background-color: #ffa024;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ffa024;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 160, 36, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 160, 36, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ffa024; background: linear-gradient(135deg, #ffa024, #CCFF24);