#eb5656
a balanced, electric red · warm · closest name: tomato
RGB
235, 86, 86
HSL
0°, 79%, 63%
CMYK
0, 63, 63, 8
Luminance
0.2499
Every format
| HEX | #eb5656 |
| RGB | rgb(235, 86, 86) |
| HSL | hsl(0, 79%, 63%) |
| CMYK | cmyk(0%, 63%, 63%, 8%) |
| LAB | lab(57.1 57.5 31.3) |
| LCH | lch(57.1 65.4 28.6) |
| OKLCH | oklch(0.652 0.185 23.8) |
Copy-ready code
/* CSS */
color: #eb5656;
background-color: #eb5656;
/* Tailwind (arbitrary) */
class="text-[#eb5656] bg-[#eb5656]"
/* SCSS */
$brand: #eb5656;
/* SwiftUI */
Color(red: 0.922, green: 0.337, blue: 0.337)
/* Android */
Color.parseColor("#eb5656")Accessibility — WCAG contrast
Aa
#eb5656 on white: 3.50:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#eb5656 on black: 6.00:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green33.7%
Blue33.7%
CMYK percentages
Cyan0.0%
Magenta63.4%
Yellow63.4%
Key (black)7.8%
Color previews
#eb5656 text on a black background
contrast 6.00:1
Card sample
#eb5656 text on a white background
contrast 3.50:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb5656;
Background color
Panel with #eb5656 background
background-color: #eb5656;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb5656;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 86, 86, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 86, 86, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb5656; background: linear-gradient(135deg, #eb5656, #EBB956);