#ec641a
a balanced, electric orange · warm · closest name: chocolate
RGB
236, 100, 26
HSL
21°, 85%, 51%
CMYK
0, 58, 89, 8
Luminance
0.2702
Every format
| HEX | #ec641a |
| RGB | rgb(236, 100, 26) |
| HSL | hsl(21, 85%, 51%) |
| CMYK | cmyk(0%, 58%, 89%, 8%) |
| LAB | lab(59.0 49.4 62.1) |
| LCH | lch(59.0 79.4 51.5) |
| OKLCH | oklch(0.665 0.185 43.6) |
Copy-ready code
/* CSS */
color: #ec641a;
background-color: #ec641a;
/* Tailwind (arbitrary) */
class="text-[#ec641a] bg-[#ec641a]"
/* SCSS */
$brand: #ec641a;
/* SwiftUI */
Color(red: 0.925, green: 0.392, blue: 0.102)
/* Android */
Color.parseColor("#ec641a")Accessibility — WCAG contrast
Aa
#ec641a on white: 3.28:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ec641a on black: 6.40:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.5%
Green39.2%
Blue10.2%
CMYK percentages
Cyan0.0%
Magenta57.6%
Yellow89.0%
Key (black)7.5%
Color previews
#ec641a text on a black background
contrast 6.40:1
Card sample
#ec641a text on a white background
contrast 3.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ec641a;
Background color
Panel with #ec641a background
background-color: #ec641a;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ec641a;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(236, 100, 26, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(236, 100, 26, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ec641a; background: linear-gradient(135deg, #ec641a, #E8EC1A);