#eb642f
a balanced, electric orange · warm · closest name: coral
RGB
235, 100, 47
HSL
17°, 83%, 55%
CMYK
0, 57, 80, 8
Luminance
0.2698
Every format
| HEX | #eb642f |
| RGB | rgb(235, 100, 47) |
| HSL | hsl(17, 83%, 55%) |
| CMYK | cmyk(0%, 57%, 80%, 8%) |
| LAB | lab(59.0 49.5 53.9) |
| LCH | lch(59.0 73.2 47.4) |
| OKLCH | oklch(0.665 0.180 40.2) |
Copy-ready code
/* CSS */
color: #eb642f;
background-color: #eb642f;
/* Tailwind (arbitrary) */
class="text-[#eb642f] bg-[#eb642f]"
/* SCSS */
$brand: #eb642f;
/* SwiftUI */
Color(red: 0.922, green: 0.392, blue: 0.184)
/* Android */
Color.parseColor("#eb642f")Accessibility — WCAG contrast
Aa
#eb642f on white: 3.28:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#eb642f on black: 6.40:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green39.2%
Blue18.4%
CMYK percentages
Cyan0.0%
Magenta57.4%
Yellow80.0%
Key (black)7.8%
Color previews
#eb642f text on a black background
contrast 6.40:1
Card sample
#eb642f text on a white background
contrast 3.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb642f;
Background color
Panel with #eb642f background
background-color: #eb642f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb642f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 100, 47, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 100, 47, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb642f; background: linear-gradient(135deg, #eb642f, #EBE12F);