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