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