#ec6e21
a balanced, electric orange · warm · closest name: chocolate
RGB
236, 110, 33
HSL
23°, 84%, 53%
CMYK
0, 53, 86, 8
Luminance
0.2909
Every format
| HEX | #ec6e21 |
| RGB | rgb(236, 110, 33) |
| HSL | hsl(23, 84%, 53%) |
| CMYK | cmyk(0%, 53%, 86%, 8%) |
| LAB | lab(60.9 44.8 61.3) |
| LCH | lch(60.9 75.9 53.9) |
| OKLCH | oklch(0.679 0.176 46.6) |
Copy-ready code
/* CSS */
color: #ec6e21;
background-color: #ec6e21;
/* Tailwind (arbitrary) */
class="text-[#ec6e21] bg-[#ec6e21]"
/* SCSS */
$brand: #ec6e21;
/* SwiftUI */
Color(red: 0.925, green: 0.431, blue: 0.129)
/* Android */
Color.parseColor("#ec6e21")Accessibility — WCAG contrast
Aa
#ec6e21 on white: 3.08:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ec6e21 on black: 6.82:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.5%
Green43.1%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta53.4%
Yellow86.0%
Key (black)7.5%
Color previews
#ec6e21 text on a black background
contrast 6.82:1
Card sample
#ec6e21 text on a white background
contrast 3.08:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ec6e21;
Background color
Panel with #ec6e21 background
background-color: #ec6e21;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ec6e21;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(236, 110, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(236, 110, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ec6e21; background: linear-gradient(135deg, #ec6e21, #E2EC21);