#eb203f
a balanced, electric red · warm · closest name: crimson
RGB
235, 32, 63
HSL
351°, 84%, 52%
CMYK
0, 86, 73, 8
Luminance
0.1905
Every format
| HEX | #eb203f |
| RGB | rgb(235, 32, 63) |
| HSL | hsl(351, 84%, 52%) |
| CMYK | cmyk(0%, 86%, 73%, 8%) |
| LAB | lab(50.8 72.9 36.9) |
| LCH | lch(50.8 81.8 26.9) |
| OKLCH | oklch(0.604 0.229 21.3) |
Copy-ready code
/* CSS */
color: #eb203f;
background-color: #eb203f;
/* Tailwind (arbitrary) */
class="text-[#eb203f] bg-[#eb203f]"
/* SCSS */
$brand: #eb203f;
/* SwiftUI */
Color(red: 0.922, green: 0.125, blue: 0.247)
/* Android */
Color.parseColor("#eb203f")Accessibility — WCAG contrast
Aa
#eb203f on white: 4.37:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#eb203f on black: 4.81:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green12.5%
Blue24.7%
CMYK percentages
Cyan0.0%
Magenta86.4%
Yellow73.2%
Key (black)7.8%
Color previews
#eb203f text on a black background
contrast 4.81:1
Card sample
#eb203f text on a white background
contrast 4.37:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb203f;
Background color
Panel with #eb203f background
background-color: #eb203f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb203f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 32, 63, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 32, 63, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb203f; background: linear-gradient(135deg, #eb203f, #EB8820);