#ffa921
a balanced, electric orange · warm · closest name: orange
RGB
255, 169, 33
HSL
37°, 100%, 57%
CMYK
0, 34, 87, 0
Luminance
0.4975
Every format
| HEX | #ffa921 |
| RGB | rgb(255, 169, 33) |
| HSL | hsl(37, 100%, 57%) |
| CMYK | cmyk(0%, 34%, 87%, 0%) |
| LAB | lab(75.9 22.2 74.3) |
| LCH | lch(75.9 77.6 73.3) |
| OKLCH | oklch(0.800 0.165 71.2) |
Copy-ready code
/* CSS */
color: #ffa921;
background-color: #ffa921;
/* Tailwind (arbitrary) */
class="text-[#ffa921] bg-[#ffa921]"
/* SCSS */
$brand: #ffa921;
/* SwiftUI */
Color(red: 1.000, green: 0.663, blue: 0.129)
/* Android */
Color.parseColor("#ffa921")Accessibility — WCAG contrast
Aa
#ffa921 on white: 1.92:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ffa921 on black: 10.95:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green66.3%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta33.7%
Yellow87.1%
Key (black)0.0%
Color previews
#ffa921 text on a black background
contrast 10.95:1
Card sample
#ffa921 text on a white background
contrast 1.92:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ffa921;
Background color
Panel with #ffa921 background
background-color: #ffa921;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ffa921;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 169, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 169, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ffa921; background: linear-gradient(135deg, #ffa921, #C1FF21);