#eb5367
a balanced, electric red · warm · closest name: crimson
RGB
235, 83, 103
HSL
352°, 79%, 62%
CMYK
0, 65, 56, 8
Luminance
0.2483
Every format
| HEX | #eb5367 |
| RGB | rgb(235, 83, 103) |
| HSL | hsl(352, 79%, 62%) |
| CMYK | cmyk(0%, 65%, 56%, 8%) |
| LAB | lab(56.9 59.8 21.2) |
| LCH | lch(56.9 63.5 19.5) |
| OKLCH | oklch(0.652 0.187 16.3) |
Copy-ready code
/* CSS */
color: #eb5367;
background-color: #eb5367;
/* Tailwind (arbitrary) */
class="text-[#eb5367] bg-[#eb5367]"
/* SCSS */
$brand: #eb5367;
/* SwiftUI */
Color(red: 0.922, green: 0.325, blue: 0.404)
/* Android */
Color.parseColor("#eb5367")Accessibility — WCAG contrast
Aa
#eb5367 on white: 3.52:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#eb5367 on black: 5.97:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green32.5%
Blue40.4%
CMYK percentages
Cyan0.0%
Magenta64.7%
Yellow56.2%
Key (black)7.8%
Color previews
#eb5367 text on a black background
contrast 5.97:1
Card sample
#eb5367 text on a white background
contrast 3.52:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb5367;
Background color
Panel with #eb5367 background
background-color: #eb5367;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb5367;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 83, 103, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 83, 103, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb5367; background: linear-gradient(135deg, #eb5367, #EBA453);