#ec6e13
a balanced, electric orange · warm · closest name: chocolate
RGB
236, 110, 19
HSL
25°, 85%, 50%
CMYK
0, 53, 92, 8
Luminance
0.2903
Every format
| HEX | #ec6e13 |
| RGB | rgb(236, 110, 19) |
| HSL | hsl(25, 85%, 50%) |
| CMYK | cmyk(0%, 53%, 92%, 8%) |
| LAB | lab(60.8 44.5 65.4) |
| LCH | lch(60.8 79.1 55.8) |
| OKLCH | oklch(0.679 0.178 48.3) |
Copy-ready code
/* CSS */
color: #ec6e13;
background-color: #ec6e13;
/* Tailwind (arbitrary) */
class="text-[#ec6e13] bg-[#ec6e13]"
/* SCSS */
$brand: #ec6e13;
/* SwiftUI */
Color(red: 0.925, green: 0.431, blue: 0.075)
/* Android */
Color.parseColor("#ec6e13")Accessibility — WCAG contrast
Aa
#ec6e13 on white: 3.09:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ec6e13 on black: 6.81:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.5%
Green43.1%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta53.4%
Yellow91.9%
Key (black)7.5%
Color previews
#ec6e13 text on a black background
contrast 6.81:1
Card sample
#ec6e13 text on a white background
contrast 3.09:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ec6e13;
Background color
Panel with #ec6e13 background
background-color: #ec6e13;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ec6e13;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(236, 110, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(236, 110, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ec6e13; background: linear-gradient(135deg, #ec6e13, #D9EC13);