#eb895f
a balanced, electric orange · warm · closest name: coral
RGB
235, 137, 95
HSL
18°, 78%, 65%
CMYK
0, 42, 60, 8
Luminance
0.3638
Every format
| HEX | #eb895f |
| RGB | rgb(235, 137, 95) |
| HSL | hsl(18, 78%, 65%) |
| CMYK | cmyk(0%, 42%, 60%, 8%) |
| LAB | lab(66.8 33.5 38.4) |
| LCH | lch(66.8 51.0 48.9) |
| OKLCH | oklch(0.727 0.133 43.5) |
Copy-ready code
/* CSS */
color: #eb895f;
background-color: #eb895f;
/* Tailwind (arbitrary) */
class="text-[#eb895f] bg-[#eb895f]"
/* SCSS */
$brand: #eb895f;
/* SwiftUI */
Color(red: 0.922, green: 0.537, blue: 0.373)
/* Android */
Color.parseColor("#eb895f")Accessibility — WCAG contrast
Aa
#eb895f on white: 2.54:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eb895f on black: 8.28:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green53.7%
Blue37.3%
CMYK percentages
Cyan0.0%
Magenta41.7%
Yellow59.6%
Key (black)7.8%
Color previews
#eb895f text on a black background
contrast 8.28:1
Card sample
#eb895f text on a white background
contrast 2.54:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb895f;
Background color
Panel with #eb895f background
background-color: #eb895f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb895f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 137, 95, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 137, 95, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb895f; background: linear-gradient(135deg, #eb895f, #EBE65F);