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