#eb486b
a balanced, electric red · warm · closest name: crimson
RGB
235, 72, 107
HSL
347°, 80%, 60%
CMYK
0, 69, 55, 8
Luminance
0.2336
Every format
| HEX | #eb486b |
| RGB | rgb(235, 72, 107) |
| HSL | hsl(347, 80%, 60%) |
| CMYK | cmyk(0%, 69%, 55%, 8%) |
| LAB | lab(55.5 64.3 16.9) |
| LCH | lch(55.5 66.5 14.7) |
| OKLCH | oklch(0.641 0.199 12.3) |
Copy-ready code
/* CSS */
color: #eb486b;
background-color: #eb486b;
/* Tailwind (arbitrary) */
class="text-[#eb486b] bg-[#eb486b]"
/* SCSS */
$brand: #eb486b;
/* SwiftUI */
Color(red: 0.922, green: 0.282, blue: 0.420)
/* Android */
Color.parseColor("#eb486b")Accessibility — WCAG contrast
Aa
#eb486b on white: 3.70:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#eb486b on black: 5.67:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green28.2%
Blue42.0%
CMYK percentages
Cyan0.0%
Magenta69.4%
Yellow54.5%
Key (black)7.8%
Color previews
#eb486b text on a black background
contrast 5.67:1
Card sample
#eb486b text on a white background
contrast 3.70:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb486b;
Background color
Panel with #eb486b background
background-color: #eb486b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb486b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 72, 107, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 72, 107, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb486b; background: linear-gradient(135deg, #eb486b, #EB9248);