#ed6b21
a balanced, electric orange · warm · closest name: chocolate
RGB
237, 107, 33
HSL
22°, 85%, 53%
CMYK
0, 55, 86, 7
Luminance
0.2863
Every format
| HEX | #ed6b21 |
| RGB | rgb(237, 107, 33) |
| HSL | hsl(22, 85%, 53%) |
| CMYK | cmyk(0%, 55%, 86%, 7%) |
| LAB | lab(60.5 46.6 61.0) |
| LCH | lch(60.5 76.7 52.6) |
| OKLCH | oklch(0.677 0.179 45.2) |
Copy-ready code
/* CSS */
color: #ed6b21;
background-color: #ed6b21;
/* Tailwind (arbitrary) */
class="text-[#ed6b21] bg-[#ed6b21]"
/* SCSS */
$brand: #ed6b21;
/* SwiftUI */
Color(red: 0.929, green: 0.420, blue: 0.129)
/* Android */
Color.parseColor("#ed6b21")Accessibility — WCAG contrast
Aa
#ed6b21 on white: 3.12:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ed6b21 on black: 6.73:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.9%
Green42.0%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta54.9%
Yellow86.1%
Key (black)7.1%
Color previews
#ed6b21 text on a black background
contrast 6.73:1
Card sample
#ed6b21 text on a white background
contrast 3.12:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ed6b21;
Background color
Panel with #ed6b21 background
background-color: #ed6b21;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ed6b21;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(237, 107, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(237, 107, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ed6b21; background: linear-gradient(135deg, #ed6b21, #E7ED21);