#eb485f
a balanced, electric red · warm · closest name: crimson
RGB
235, 72, 95
HSL
352°, 80%, 60%
CMYK
0, 69, 60, 8
Luminance
0.2312
Every format
| HEX | #eb485f |
| RGB | rgb(235, 72, 95) |
| HSL | hsl(352, 80%, 60%) |
| CMYK | cmyk(0%, 69%, 60%, 8%) |
| LAB | lab(55.2 63.5 23.6) |
| LCH | lch(55.2 67.8 20.4) |
| OKLCH | oklch(0.639 0.198 16.9) |
Copy-ready code
/* CSS */
color: #eb485f;
background-color: #eb485f;
/* Tailwind (arbitrary) */
class="text-[#eb485f] bg-[#eb485f]"
/* SCSS */
$brand: #eb485f;
/* SwiftUI */
Color(red: 0.922, green: 0.282, blue: 0.373)
/* Android */
Color.parseColor("#eb485f")Accessibility — WCAG contrast
Aa
#eb485f on white: 3.73:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#eb485f on black: 5.62:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green28.2%
Blue37.3%
CMYK percentages
Cyan0.0%
Magenta69.4%
Yellow59.6%
Key (black)7.8%
Color previews
#eb485f text on a black background
contrast 5.62:1
Card sample
#eb485f text on a white background
contrast 3.73:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb485f;
Background color
Panel with #eb485f background
background-color: #eb485f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb485f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 72, 95, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 72, 95, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb485f; background: linear-gradient(135deg, #eb485f, #EB9E48);