#eb243f
a balanced, electric red · warm · closest name: crimson
RGB
235, 36, 63
HSL
352°, 83%, 53%
CMYK
0, 85, 73, 8
Luminance
0.1928
Every format
| HEX | #eb243f |
| RGB | rgb(235, 36, 63) |
| HSL | hsl(352, 83%, 53%) |
| CMYK | cmyk(0%, 85%, 73%, 8%) |
| LAB | lab(51.0 72.2 37.2) |
| LCH | lch(51.0 81.2 27.3) |
| OKLCH | oklch(0.606 0.227 21.7) |
Copy-ready code
/* CSS */
color: #eb243f;
background-color: #eb243f;
/* Tailwind (arbitrary) */
class="text-[#eb243f] bg-[#eb243f]"
/* SCSS */
$brand: #eb243f;
/* SwiftUI */
Color(red: 0.922, green: 0.141, blue: 0.247)
/* Android */
Color.parseColor("#eb243f")Accessibility — WCAG contrast
Aa
#eb243f on white: 4.32:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#eb243f on black: 4.86:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green14.1%
Blue24.7%
CMYK percentages
Cyan0.0%
Magenta84.7%
Yellow73.2%
Key (black)7.8%
Color previews
#eb243f text on a black background
contrast 4.86:1
Card sample
#eb243f text on a white background
contrast 4.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb243f;
Background color
Panel with #eb243f background
background-color: #eb243f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb243f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 36, 63, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 36, 63, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb243f; background: linear-gradient(135deg, #eb243f, #EB8E24);