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