#eb436d
a balanced, electric red · warm · closest name: crimson
RGB
235, 67, 109
HSL
345°, 81%, 59%
CMYK
0, 72, 54, 8
Luminance
0.2278
Every format
| HEX | #eb436d |
| RGB | rgb(235, 67, 109) |
| HSL | hsl(345, 81%, 59%) |
| CMYK | cmyk(0%, 72%, 54%, 8%) |
| LAB | lab(54.9 66.3 14.9) |
| LCH | lch(54.9 67.9 12.7) |
| OKLCH | oklch(0.637 0.204 10.6) |
Copy-ready code
/* CSS */
color: #eb436d;
background-color: #eb436d;
/* Tailwind (arbitrary) */
class="text-[#eb436d] bg-[#eb436d]"
/* SCSS */
$brand: #eb436d;
/* SwiftUI */
Color(red: 0.922, green: 0.263, blue: 0.427)
/* Android */
Color.parseColor("#eb436d")Accessibility — WCAG contrast
Aa
#eb436d on white: 3.78:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#eb436d on black: 5.56:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green26.3%
Blue42.7%
CMYK percentages
Cyan0.0%
Magenta71.5%
Yellow53.6%
Key (black)7.8%
Color previews
#eb436d text on a black background
contrast 5.56:1
Card sample
#eb436d text on a white background
contrast 3.78:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb436d;
Background color
Panel with #eb436d background
background-color: #eb436d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb436d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 67, 109, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 67, 109, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb436d; background: linear-gradient(135deg, #eb436d, #EB8943);