#eb3246
a balanced, electric red · warm · closest name: crimson
RGB
235, 50, 70
HSL
354°, 82%, 56%
CMYK
0, 79, 70, 8
Luminance
0.2039
Every format
| HEX | #eb3246 |
| RGB | rgb(235, 50, 70) |
| HSL | hsl(354, 82%, 56%) |
| CMYK | cmyk(0%, 79%, 70%, 8%) |
| LAB | lab(52.3 69.2 34.6) |
| LCH | lch(52.3 77.3 26.6) |
| OKLCH | oklch(0.616 0.218 21.4) |
Copy-ready code
/* CSS */
color: #eb3246;
background-color: #eb3246;
/* Tailwind (arbitrary) */
class="text-[#eb3246] bg-[#eb3246]"
/* SCSS */
$brand: #eb3246;
/* SwiftUI */
Color(red: 0.922, green: 0.196, blue: 0.275)
/* Android */
Color.parseColor("#eb3246")Accessibility — WCAG contrast
Aa
#eb3246 on white: 4.14:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#eb3246 on black: 5.08:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green19.6%
Blue27.5%
CMYK percentages
Cyan0.0%
Magenta78.7%
Yellow70.2%
Key (black)7.8%
Color previews
#eb3246 text on a black background
contrast 5.08:1
Card sample
#eb3246 text on a white background
contrast 4.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb3246;
Background color
Panel with #eb3246 background
background-color: #eb3246;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb3246;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 50, 70, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 50, 70, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb3246; background: linear-gradient(135deg, #eb3246, #EB9932);