#eb673b
a balanced, electric orange · warm · closest name: coral
RGB
235, 103, 59
HSL
15°, 82%, 58%
CMYK
0, 56, 75, 8
Luminance
0.2768
Every format
| HEX | #eb673b |
| RGB | rgb(235, 103, 59) |
| HSL | hsl(15, 82%, 58%) |
| CMYK | cmyk(0%, 56%, 75%, 8%) |
| LAB | lab(59.6 48.5 48.8) |
| LCH | lch(59.6 68.8 45.2) |
| OKLCH | oklch(0.670 0.174 38.5) |
Copy-ready code
/* CSS */
color: #eb673b;
background-color: #eb673b;
/* Tailwind (arbitrary) */
class="text-[#eb673b] bg-[#eb673b]"
/* SCSS */
$brand: #eb673b;
/* SwiftUI */
Color(red: 0.922, green: 0.404, blue: 0.231)
/* Android */
Color.parseColor("#eb673b")Accessibility — WCAG contrast
Aa
#eb673b on white: 3.21:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#eb673b on black: 6.54:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green40.4%
Blue23.1%
CMYK percentages
Cyan0.0%
Magenta56.2%
Yellow74.9%
Key (black)7.8%
Color previews
#eb673b text on a black background
contrast 6.54:1
Card sample
#eb673b text on a white background
contrast 3.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb673b;
Background color
Panel with #eb673b background
background-color: #eb673b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb673b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 103, 59, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 103, 59, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb673b; background: linear-gradient(135deg, #eb673b, #EBDC3B);