#eb6d4b
a balanced, electric red · warm · closest name: coral
RGB
235, 109, 75
HSL
13°, 80%, 61%
CMYK
0, 54, 68, 8
Luminance
0.2911
Every format
| HEX | #eb6d4b |
| RGB | rgb(235, 109, 75) |
| HSL | hsl(13, 80%, 61%) |
| CMYK | cmyk(0%, 54%, 68%, 8%) |
| LAB | lab(60.9 46.4 42.0) |
| LCH | lch(60.9 62.6 42.1) |
| OKLCH | oklch(0.680 0.164 36.1) |
Copy-ready code
/* CSS */
color: #eb6d4b;
background-color: #eb6d4b;
/* Tailwind (arbitrary) */
class="text-[#eb6d4b] bg-[#eb6d4b]"
/* SCSS */
$brand: #eb6d4b;
/* SwiftUI */
Color(red: 0.922, green: 0.427, blue: 0.294)
/* Android */
Color.parseColor("#eb6d4b")Accessibility — WCAG contrast
Aa
#eb6d4b on white: 3.08:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#eb6d4b on black: 6.82:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green42.7%
Blue29.4%
CMYK percentages
Cyan0.0%
Magenta53.6%
Yellow68.1%
Key (black)7.8%
Color previews
#eb6d4b text on a black background
contrast 6.82:1
Card sample
#eb6d4b text on a white background
contrast 3.08:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb6d4b;
Background color
Panel with #eb6d4b background
background-color: #eb6d4b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb6d4b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 109, 75, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 109, 75, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb6d4b; background: linear-gradient(135deg, #eb6d4b, #EBD84B);