#eb454d
a balanced, electric red · warm · closest name: crimson
RGB
235, 69, 77
HSL
357°, 81%, 60%
CMYK
0, 71, 67, 8
Luminance
0.2245
Every format
| HEX | #eb454d |
| RGB | rgb(235, 69, 77) |
| HSL | hsl(357, 81%, 60%) |
| CMYK | cmyk(0%, 71%, 67%, 8%) |
| LAB | lab(54.5 63.5 33.3) |
| LCH | lch(54.5 71.7 27.6) |
| OKLCH | oklch(0.632 0.202 22.6) |
Copy-ready code
/* CSS */
color: #eb454d;
background-color: #eb454d;
/* Tailwind (arbitrary) */
class="text-[#eb454d] bg-[#eb454d]"
/* SCSS */
$brand: #eb454d;
/* SwiftUI */
Color(red: 0.922, green: 0.271, blue: 0.302)
/* Android */
Color.parseColor("#eb454d")Accessibility — WCAG contrast
Aa
#eb454d on white: 3.82:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#eb454d on black: 5.49:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green27.1%
Blue30.2%
CMYK percentages
Cyan0.0%
Magenta70.6%
Yellow67.2%
Key (black)7.8%
Color previews
#eb454d text on a black background
contrast 5.49:1
Card sample
#eb454d text on a white background
contrast 3.82:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb454d;
Background color
Panel with #eb454d background
background-color: #eb454d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb454d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 69, 77, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 69, 77, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb454d; background: linear-gradient(135deg, #eb454d, #EBAC45);