#eb4063
a balanced, electric red · warm · closest name: crimson
RGB
235, 64, 99
HSL
348°, 81%, 59%
CMYK
0, 73, 58, 8
Luminance
0.2223
Every format
| HEX | #eb4063 |
| RGB | rgb(235, 64, 99) |
| HSL | hsl(348, 81%, 59%) |
| CMYK | cmyk(0%, 73%, 58%, 8%) |
| LAB | lab(54.3 66.6 20.0) |
| LCH | lch(54.3 69.5 16.8) |
| OKLCH | oklch(0.632 0.206 13.9) |
Copy-ready code
/* CSS */
color: #eb4063;
background-color: #eb4063;
/* Tailwind (arbitrary) */
class="text-[#eb4063] bg-[#eb4063]"
/* SCSS */
$brand: #eb4063;
/* SwiftUI */
Color(red: 0.922, green: 0.251, blue: 0.388)
/* Android */
Color.parseColor("#eb4063")Accessibility — WCAG contrast
Aa
#eb4063 on white: 3.86:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#eb4063 on black: 5.45:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green25.1%
Blue38.8%
CMYK percentages
Cyan0.0%
Magenta72.8%
Yellow57.9%
Key (black)7.8%
Color previews
#eb4063 text on a black background
contrast 5.45:1
Card sample
#eb4063 text on a white background
contrast 3.86:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb4063;
Background color
Panel with #eb4063 background
background-color: #eb4063;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb4063;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 64, 99, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 64, 99, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb4063; background: linear-gradient(135deg, #eb4063, #EB8F40);