#eb855a
a balanced, electric orange · warm · closest name: coral
RGB
235, 133, 90
HSL
18°, 78%, 64%
CMYK
0, 43, 62, 8
Luminance
0.3518
Every format
| HEX | #eb855a |
| RGB | rgb(235, 133, 90) |
| HSL | hsl(18, 78%, 64%) |
| CMYK | cmyk(0%, 43%, 62%, 8%) |
| LAB | lab(65.9 35.3 40.0) |
| LCH | lch(65.9 53.3 48.6) |
| OKLCH | oklch(0.719 0.138 43.0) |
Copy-ready code
/* CSS */
color: #eb855a;
background-color: #eb855a;
/* Tailwind (arbitrary) */
class="text-[#eb855a] bg-[#eb855a]"
/* SCSS */
$brand: #eb855a;
/* SwiftUI */
Color(red: 0.922, green: 0.522, blue: 0.353)
/* Android */
Color.parseColor("#eb855a")Accessibility — WCAG contrast
Aa
#eb855a on white: 2.61:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eb855a on black: 8.04:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green52.2%
Blue35.3%
CMYK percentages
Cyan0.0%
Magenta43.4%
Yellow61.7%
Key (black)7.8%
Color previews
#eb855a text on a black background
contrast 8.04:1
Card sample
#eb855a text on a white background
contrast 2.61:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb855a;
Background color
Panel with #eb855a background
background-color: #eb855a;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb855a;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 133, 90, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 133, 90, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb855a; background: linear-gradient(135deg, #eb855a, #EBE65A);