#eb183f
a balanced, electric red · warm · closest name: crimson
RGB
235, 24, 63
HSL
349°, 84%, 51%
CMYK
0, 90, 73, 8
Luminance
0.1867
Every format
| HEX | #eb183f |
| RGB | rgb(235, 24, 63) |
| HSL | hsl(349, 84%, 51%) |
| CMYK | cmyk(0%, 90%, 73%, 8%) |
| LAB | lab(50.3 74.2 36.4) |
| LCH | lch(50.3 82.7 26.1) |
| OKLCH | oklch(0.601 0.233 20.7) |
Copy-ready code
/* CSS */
color: #eb183f;
background-color: #eb183f;
/* Tailwind (arbitrary) */
class="text-[#eb183f] bg-[#eb183f]"
/* SCSS */
$brand: #eb183f;
/* SwiftUI */
Color(red: 0.922, green: 0.094, blue: 0.247)
/* Android */
Color.parseColor("#eb183f")Accessibility — WCAG contrast
Aa
#eb183f on white: 4.44:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#eb183f on black: 4.73:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green9.4%
Blue24.7%
CMYK percentages
Cyan0.0%
Magenta89.8%
Yellow73.2%
Key (black)7.8%
Color previews
#eb183f text on a black background
contrast 4.73:1
Card sample
#eb183f text on a white background
contrast 4.44:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb183f;
Background color
Panel with #eb183f background
background-color: #eb183f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb183f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 24, 63, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 24, 63, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb183f; background: linear-gradient(135deg, #eb183f, #EB7E18);