#eb7653
a balanced, electric red · warm · closest name: coral
RGB
235, 118, 83
HSL
14°, 79%, 62%
CMYK
0, 50, 65, 8
Luminance
0.3124
Every format
| HEX | #eb7653 |
| RGB | rgb(235, 118, 83) |
| HSL | hsl(14, 79%, 62%) |
| CMYK | cmyk(0%, 50%, 65%, 8%) |
| LAB | lab(62.7 42.5 39.9) |
| LCH | lch(62.7 58.2 43.2) |
| OKLCH | oklch(0.695 0.153 37.4) |
Copy-ready code
/* CSS */
color: #eb7653;
background-color: #eb7653;
/* Tailwind (arbitrary) */
class="text-[#eb7653] bg-[#eb7653]"
/* SCSS */
$brand: #eb7653;
/* SwiftUI */
Color(red: 0.922, green: 0.463, blue: 0.325)
/* Android */
Color.parseColor("#eb7653")Accessibility — WCAG contrast
Aa
#eb7653 on white: 2.90:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eb7653 on black: 7.25:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green46.3%
Blue32.5%
CMYK percentages
Cyan0.0%
Magenta49.8%
Yellow64.7%
Key (black)7.8%
Color previews
#eb7653 text on a black background
contrast 7.25:1
Card sample
#eb7653 text on a white background
contrast 2.90:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb7653;
Background color
Panel with #eb7653 background
background-color: #eb7653;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb7653;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 118, 83, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 118, 83, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb7653; background: linear-gradient(135deg, #eb7653, #EBDB53);