#eb113f
a balanced, electric red · warm · closest name: crimson
RGB
235, 17, 63
HSL
347°, 87%, 49%
CMYK
0, 93, 73, 8
Luminance
0.1842
Every format
| HEX | #eb113f |
| RGB | rgb(235, 17, 63) |
| HSL | hsl(347, 87%, 49%) |
| CMYK | cmyk(0%, 93%, 73%, 8%) |
| LAB | lab(50.0 75.1 36.1) |
| LCH | lch(50.0 83.3 25.7) |
| OKLCH | oklch(0.599 0.235 20.3) |
Copy-ready code
/* CSS */
color: #eb113f;
background-color: #eb113f;
/* Tailwind (arbitrary) */
class="text-[#eb113f] bg-[#eb113f]"
/* SCSS */
$brand: #eb113f;
/* SwiftUI */
Color(red: 0.922, green: 0.067, blue: 0.247)
/* Android */
Color.parseColor("#eb113f")Accessibility — WCAG contrast
Aa
#eb113f on white: 4.48:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#eb113f on black: 4.68:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green6.7%
Blue24.7%
CMYK percentages
Cyan0.0%
Magenta92.8%
Yellow73.2%
Key (black)7.8%
Color previews
#eb113f text on a black background
contrast 4.68:1
Card sample
#eb113f text on a white background
contrast 4.48:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb113f;
Background color
Panel with #eb113f background
background-color: #eb113f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb113f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 17, 63, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 17, 63, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb113f; background: linear-gradient(135deg, #eb113f, #EB7411);