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