#eb0f42
a balanced, electric red · warm · closest name: crimson
RGB
235, 15, 66
HSL
346°, 88%, 49%
CMYK
0, 94, 72, 8
Luminance
0.1840
Every format
| HEX | #eb0f42 |
| RGB | rgb(235, 15, 66) |
| HSL | hsl(346, 88%, 49%) |
| CMYK | cmyk(0%, 94%, 72%, 8%) |
| LAB | lab(50.0 75.4 34.3) |
| LCH | lch(50.0 82.8 24.4) |
| OKLCH | oklch(0.598 0.235 19.4) |
Copy-ready code
/* CSS */
color: #eb0f42;
background-color: #eb0f42;
/* Tailwind (arbitrary) */
class="text-[#eb0f42] bg-[#eb0f42]"
/* SCSS */
$brand: #eb0f42;
/* SwiftUI */
Color(red: 0.922, green: 0.059, blue: 0.259)
/* Android */
Color.parseColor("#eb0f42")Accessibility — WCAG contrast
Aa
#eb0f42 on white: 4.49:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#eb0f42 on black: 4.68:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green5.9%
Blue25.9%
CMYK percentages
Cyan0.0%
Magenta93.6%
Yellow71.9%
Key (black)7.8%
Color previews
#eb0f42 text on a black background
contrast 4.68:1
Card sample
#eb0f42 text on a white background
contrast 4.49:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb0f42;
Background color
Panel with #eb0f42 background
background-color: #eb0f42;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb0f42;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 15, 66, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 15, 66, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb0f42; background: linear-gradient(135deg, #eb0f42, #EB6F0F);