#eb5151
a balanced, electric red · warm · closest name: tomato
RGB
235, 81, 81
HSL
0°, 79%, 62%
CMYK
0, 66, 66, 8
Luminance
0.2414
Every format
| HEX | #eb5151 |
| RGB | rgb(235, 81, 81) |
| HSL | hsl(0, 79%, 62%) |
| CMYK | cmyk(0%, 66%, 66%, 8%) |
| LAB | lab(56.2 59.2 33.1) |
| LCH | lch(56.2 67.8 29.2) |
| OKLCH | oklch(0.645 0.190 24.2) |
Copy-ready code
/* CSS */
color: #eb5151;
background-color: #eb5151;
/* Tailwind (arbitrary) */
class="text-[#eb5151] bg-[#eb5151]"
/* SCSS */
$brand: #eb5151;
/* SwiftUI */
Color(red: 0.922, green: 0.318, blue: 0.318)
/* Android */
Color.parseColor("#eb5151")Accessibility — WCAG contrast
Aa
#eb5151 on white: 3.60:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#eb5151 on black: 5.83:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green31.8%
Blue31.8%
CMYK percentages
Cyan0.0%
Magenta65.5%
Yellow65.5%
Key (black)7.8%
Color previews
#eb5151 text on a black background
contrast 5.83:1
Card sample
#eb5151 text on a white background
contrast 3.60:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb5151;
Background color
Panel with #eb5151 background
background-color: #eb5151;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb5151;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 81, 81, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 81, 81, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb5151; background: linear-gradient(135deg, #eb5151, #EBB851);