#eb6552
a balanced, electric red · warm · closest name: salmon
RGB
235, 101, 82
HSL
8°, 79%, 62%
CMYK
0, 57, 65, 8
Luminance
0.2758
Every format
| HEX | #eb6552 |
| RGB | rgb(235, 101, 82) |
| HSL | hsl(8, 79%, 62%) |
| CMYK | cmyk(0%, 57%, 65%, 8%) |
| LAB | lab(59.5 50.6 36.5) |
| LCH | lch(59.5 62.4 35.8) |
| OKLCH | oklch(0.670 0.170 30.3) |
Copy-ready code
/* CSS */
color: #eb6552;
background-color: #eb6552;
/* Tailwind (arbitrary) */
class="text-[#eb6552] bg-[#eb6552]"
/* SCSS */
$brand: #eb6552;
/* SwiftUI */
Color(red: 0.922, green: 0.396, blue: 0.322)
/* Android */
Color.parseColor("#eb6552")Accessibility — WCAG contrast
Aa
#eb6552 on white: 3.22:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#eb6552 on black: 6.52:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green39.6%
Blue32.2%
CMYK percentages
Cyan0.0%
Magenta57.0%
Yellow65.1%
Key (black)7.8%
Color previews
#eb6552 text on a black background
contrast 6.52:1
Card sample
#eb6552 text on a white background
contrast 3.22:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb6552;
Background color
Panel with #eb6552 background
background-color: #eb6552;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb6552;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 101, 82, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 101, 82, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb6552; background: linear-gradient(135deg, #eb6552, #EBCB52);