#eb2148
a balanced, electric red · warm · closest name: crimson
RGB
235, 33, 72
HSL
348°, 84%, 53%
CMYK
0, 86, 69, 8
Luminance
0.1922
Every format
| HEX | #eb2148 |
| RGB | rgb(235, 33, 72) |
| HSL | hsl(348, 84%, 53%) |
| CMYK | cmyk(0%, 86%, 69%, 8%) |
| LAB | lab(51.0 73.1 31.9) |
| LCH | lch(51.0 79.8 23.5) |
| OKLCH | oklch(0.606 0.228 18.9) |
Copy-ready code
/* CSS */
color: #eb2148;
background-color: #eb2148;
/* Tailwind (arbitrary) */
class="text-[#eb2148] bg-[#eb2148]"
/* SCSS */
$brand: #eb2148;
/* SwiftUI */
Color(red: 0.922, green: 0.129, blue: 0.282)
/* Android */
Color.parseColor("#eb2148")Accessibility — WCAG contrast
Aa
#eb2148 on white: 4.34:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#eb2148 on black: 4.84:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green12.9%
Blue28.2%
CMYK percentages
Cyan0.0%
Magenta86.0%
Yellow69.4%
Key (black)7.8%
Color previews
#eb2148 text on a black background
contrast 4.84:1
Card sample
#eb2148 text on a white background
contrast 4.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb2148;
Background color
Panel with #eb2148 background
background-color: #eb2148;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb2148;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 33, 72, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 33, 72, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb2148; background: linear-gradient(135deg, #eb2148, #EB8021);