#de9b21
a balanced, vivid orange · warm · closest name: orange
RGB
222, 155, 33
HSL
39°, 74%, 50%
CMYK
0, 30, 85, 13
Luminance
0.3908
Every format
| HEX | #de9b21 |
| RGB | rgb(222, 155, 33) |
| HSL | hsl(39, 74%, 50%) |
| CMYK | cmyk(0%, 30%, 85%, 13%) |
| LAB | lab(68.8 15.6 67.0) |
| LCH | lch(68.8 68.8 76.9) |
| OKLCH | oklch(0.737 0.147 75.9) |
Copy-ready code
/* CSS */
color: #de9b21;
background-color: #de9b21;
/* Tailwind (arbitrary) */
class="text-[#de9b21] bg-[#de9b21]"
/* SCSS */
$brand: #de9b21;
/* SwiftUI */
Color(red: 0.871, green: 0.608, blue: 0.129)
/* Android */
Color.parseColor("#de9b21")Accessibility — WCAG contrast
Aa
#de9b21 on white: 2.38:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#de9b21 on black: 8.82:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.1%
Green60.8%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta30.2%
Yellow85.1%
Key (black)12.9%
Color previews
#de9b21 text on a black background
contrast 8.82:1
Card sample
#de9b21 text on a white background
contrast 2.38:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #de9b21;
Background color
Panel with #de9b21 background
background-color: #de9b21;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #de9b21;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(222, 155, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(222, 155, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #de9b21; background: linear-gradient(135deg, #de9b21, #A3DE21);