#eb6421
a balanced, electric orange · warm · closest name: chocolate
RGB
235, 100, 33
HSL
20°, 84%, 53%
CMYK
0, 57, 86, 8
Luminance
0.2689
Every format
| HEX | #eb6421 |
| RGB | rgb(235, 100, 33) |
| HSL | hsl(20, 84%, 53%) |
| CMYK | cmyk(0%, 57%, 86%, 8%) |
| LAB | lab(58.9 49.1 59.6) |
| LCH | lch(58.9 77.2 50.5) |
| OKLCH | oklch(0.664 0.183 42.8) |
Copy-ready code
/* CSS */
color: #eb6421;
background-color: #eb6421;
/* Tailwind (arbitrary) */
class="text-[#eb6421] bg-[#eb6421]"
/* SCSS */
$brand: #eb6421;
/* SwiftUI */
Color(red: 0.922, green: 0.392, blue: 0.129)
/* Android */
Color.parseColor("#eb6421")Accessibility — WCAG contrast
Aa
#eb6421 on white: 3.29:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#eb6421 on black: 6.38:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green39.2%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta57.4%
Yellow86.0%
Key (black)7.8%
Color previews
#eb6421 text on a black background
contrast 6.38:1
Card sample
#eb6421 text on a white background
contrast 3.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb6421;
Background color
Panel with #eb6421 background
background-color: #eb6421;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb6421;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 100, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 100, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb6421; background: linear-gradient(135deg, #eb6421, #EBEB21);