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