#ec6f2c
a balanced, electric orange · warm · closest name: chocolate
RGB
236, 111, 44
HSL
21°, 84%, 55%
CMYK
0, 53, 81, 8
Luminance
0.2938
Every format
| HEX | #ec6f2c |
| RGB | rgb(236, 111, 44) |
| HSL | hsl(21, 84%, 55%) |
| CMYK | cmyk(0%, 53%, 81%, 8%) |
| LAB | lab(61.1 44.5 57.3) |
| LCH | lch(61.1 72.5 52.1) |
| OKLCH | oklch(0.681 0.172 45.2) |
Copy-ready code
/* CSS */
color: #ec6f2c;
background-color: #ec6f2c;
/* Tailwind (arbitrary) */
class="text-[#ec6f2c] bg-[#ec6f2c]"
/* SCSS */
$brand: #ec6f2c;
/* SwiftUI */
Color(red: 0.925, green: 0.435, blue: 0.173)
/* Android */
Color.parseColor("#ec6f2c")Accessibility — WCAG contrast
Aa
#ec6f2c on white: 3.05:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ec6f2c on black: 6.88:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.5%
Green43.5%
Blue17.3%
CMYK percentages
Cyan0.0%
Magenta53.0%
Yellow81.4%
Key (black)7.5%
Color previews
#ec6f2c text on a black background
contrast 6.88:1
Card sample
#ec6f2c text on a white background
contrast 3.05:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ec6f2c;
Background color
Panel with #ec6f2c background
background-color: #ec6f2c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ec6f2c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(236, 111, 44, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(236, 111, 44, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ec6f2c; background: linear-gradient(135deg, #ec6f2c, #E9EC2C);