#ff9821
a balanced, electric orange · warm · closest name: orange
RGB
255, 152, 33
HSL
32°, 100%, 57%
CMYK
0, 40, 87, 0
Luminance
0.4383
Every format
| HEX | #ff9821 |
| RGB | rgb(255, 152, 33) |
| HSL | hsl(32, 100%, 57%) |
| CMYK | cmyk(0%, 40%, 87%, 0%) |
| LAB | lab(72.1 31.1 71.3) |
| LCH | lch(72.1 77.8 66.5) |
| OKLCH | oklch(0.771 0.169 62.1) |
Copy-ready code
/* CSS */
color: #ff9821;
background-color: #ff9821;
/* Tailwind (arbitrary) */
class="text-[#ff9821] bg-[#ff9821]"
/* SCSS */
$brand: #ff9821;
/* SwiftUI */
Color(red: 1.000, green: 0.596, blue: 0.129)
/* Android */
Color.parseColor("#ff9821")Accessibility — WCAG contrast
Aa
#ff9821 on white: 2.15:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ff9821 on black: 9.77:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green59.6%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta40.4%
Yellow87.1%
Key (black)0.0%
Color previews
#ff9821 text on a black background
contrast 9.77:1
Card sample
#ff9821 text on a white background
contrast 2.15:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ff9821;
Background color
Panel with #ff9821 background
background-color: #ff9821;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ff9821;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 152, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 152, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ff9821; background: linear-gradient(135deg, #ff9821, #D2FF21);