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