#eb682f
a balanced, electric orange · warm · closest name: coral
RGB
235, 104, 47
HSL
18°, 83%, 55%
CMYK
0, 56, 80, 8
Luminance
0.2777
Every format
| HEX | #eb682f |
| RGB | rgb(235, 104, 47) |
| HSL | hsl(18, 83%, 55%) |
| CMYK | cmyk(0%, 56%, 80%, 8%) |
| LAB | lab(59.7 47.6 54.6) |
| LCH | lch(59.7 72.4 48.9) |
| OKLCH | oklch(0.670 0.176 41.8) |
Copy-ready code
/* CSS */
color: #eb682f;
background-color: #eb682f;
/* Tailwind (arbitrary) */
class="text-[#eb682f] bg-[#eb682f]"
/* SCSS */
$brand: #eb682f;
/* SwiftUI */
Color(red: 0.922, green: 0.408, blue: 0.184)
/* Android */
Color.parseColor("#eb682f")Accessibility — WCAG contrast
Aa
#eb682f on white: 3.20:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#eb682f on black: 6.55:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green40.8%
Blue18.4%
CMYK percentages
Cyan0.0%
Magenta55.7%
Yellow80.0%
Key (black)7.8%
Color previews
#eb682f text on a black background
contrast 6.55:1
Card sample
#eb682f text on a white background
contrast 3.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb682f;
Background color
Panel with #eb682f background
background-color: #eb682f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb682f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 104, 47, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 104, 47, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb682f; background: linear-gradient(135deg, #eb682f, #EBE52F);