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