#de5f21
a balanced, vivid orange · warm · closest name: chocolate
RGB
222, 95, 33
HSL
20°, 74%, 50%
CMYK
0, 57, 85, 13
Luminance
0.2382
Every format
| HEX | #de5f21 |
| RGB | rgb(222, 95, 33) |
| HSL | hsl(20, 74%, 50%) |
| CMYK | cmyk(0%, 57%, 85%, 13%) |
| LAB | lab(55.9 46.7 56.3) |
| LCH | lch(55.9 73.1 50.3) |
| OKLCH | oklch(0.637 0.174 42.8) |
Copy-ready code
/* CSS */
color: #de5f21;
background-color: #de5f21;
/* Tailwind (arbitrary) */
class="text-[#de5f21] bg-[#de5f21]"
/* SCSS */
$brand: #de5f21;
/* SwiftUI */
Color(red: 0.871, green: 0.373, blue: 0.129)
/* Android */
Color.parseColor("#de5f21")Accessibility — WCAG contrast
Aa
#de5f21 on white: 3.64:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#de5f21 on black: 5.76:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.1%
Green37.3%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta57.2%
Yellow85.1%
Key (black)12.9%
Color previews
#de5f21 text on a black background
contrast 5.76:1
Card sample
#de5f21 text on a white background
contrast 3.64:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #de5f21;
Background color
Panel with #de5f21 background
background-color: #de5f21;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #de5f21;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(222, 95, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(222, 95, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #de5f21; background: linear-gradient(135deg, #de5f21, #DEDD21);