#ffa521
a balanced, electric orange · warm · closest name: orange
RGB
255, 165, 33
HSL
36°, 100%, 57%
CMYK
0, 35, 87, 0
Luminance
0.4828
Every format
| HEX | #ffa521 |
| RGB | rgb(255, 165, 33) |
| HSL | hsl(36, 100%, 57%) |
| CMYK | cmyk(0%, 35%, 87%, 0%) |
| LAB | lab(75.0 24.3 73.6) |
| LCH | lch(75.0 77.5 71.7) |
| OKLCH | oklch(0.793 0.166 69.0) |
Copy-ready code
/* CSS */
color: #ffa521;
background-color: #ffa521;
/* Tailwind (arbitrary) */
class="text-[#ffa521] bg-[#ffa521]"
/* SCSS */
$brand: #ffa521;
/* SwiftUI */
Color(red: 1.000, green: 0.647, blue: 0.129)
/* Android */
Color.parseColor("#ffa521")Accessibility — WCAG contrast
Aa
#ffa521 on white: 1.97:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ffa521 on black: 10.66:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green64.7%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta35.3%
Yellow87.1%
Key (black)0.0%
Color previews
#ffa521 text on a black background
contrast 10.66:1
Card sample
#ffa521 text on a white background
contrast 1.97:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ffa521;
Background color
Panel with #ffa521 background
background-color: #ffa521;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ffa521;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 165, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 165, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ffa521; background: linear-gradient(135deg, #ffa521, #C5FF21);