#eb323f
a balanced, electric red · warm · closest name: crimson
RGB
235, 50, 63
HSL
356°, 82%, 56%
CMYK
0, 79, 73, 8
Luminance
0.2030
Every format
| HEX | #eb323f |
| RGB | rgb(235, 50, 63) |
| HSL | hsl(356, 82%, 56%) |
| CMYK | cmyk(0%, 79%, 73%, 8%) |
| LAB | lab(52.2 68.9 38.6) |
| LCH | lch(52.2 78.9 29.2) |
| OKLCH | oklch(0.615 0.219 23.4) |
Copy-ready code
/* CSS */
color: #eb323f;
background-color: #eb323f;
/* Tailwind (arbitrary) */
class="text-[#eb323f] bg-[#eb323f]"
/* SCSS */
$brand: #eb323f;
/* SwiftUI */
Color(red: 0.922, green: 0.196, blue: 0.247)
/* Android */
Color.parseColor("#eb323f")Accessibility — WCAG contrast
Aa
#eb323f on white: 4.15:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#eb323f on black: 5.06:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green19.6%
Blue24.7%
CMYK percentages
Cyan0.0%
Magenta78.7%
Yellow73.2%
Key (black)7.8%
Color previews
#eb323f text on a black background
contrast 5.06:1
Card sample
#eb323f text on a white background
contrast 4.15:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb323f;
Background color
Panel with #eb323f background
background-color: #eb323f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb323f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 50, 63, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 50, 63, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb323f; background: linear-gradient(135deg, #eb323f, #EBA032);