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