#eb153f
a balanced, electric red · warm · closest name: crimson
RGB
235, 21, 63
HSL
348°, 84%, 50%
CMYK
0, 91, 73, 8
Luminance
0.1856
Every format
| HEX | #eb153f |
| RGB | rgb(235, 21, 63) |
| HSL | hsl(348, 84%, 50%) |
| CMYK | cmyk(0%, 91%, 73%, 8%) |
| LAB | lab(50.2 74.6 36.3) |
| LCH | lch(50.2 83.0 25.9) |
| OKLCH | oklch(0.600 0.234 20.5) |
Copy-ready code
/* CSS */
color: #eb153f;
background-color: #eb153f;
/* Tailwind (arbitrary) */
class="text-[#eb153f] bg-[#eb153f]"
/* SCSS */
$brand: #eb153f;
/* SwiftUI */
Color(red: 0.922, green: 0.082, blue: 0.247)
/* Android */
Color.parseColor("#eb153f")Accessibility — WCAG contrast
Aa
#eb153f on white: 4.46:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#eb153f on black: 4.71:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green8.2%
Blue24.7%
CMYK percentages
Cyan0.0%
Magenta91.1%
Yellow73.2%
Key (black)7.8%
Color previews
#eb153f text on a black background
contrast 4.71:1
Card sample
#eb153f text on a white background
contrast 4.46:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb153f;
Background color
Panel with #eb153f background
background-color: #eb153f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb153f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 21, 63, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 21, 63, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb153f; background: linear-gradient(135deg, #eb153f, #EB7A15);