#eb6366
a light, electric red · warm · closest name: salmon
RGB
235, 99, 102
HSL
359°, 77%, 66%
CMYK
0, 58, 57, 8
Luminance
0.2755
Every format
| HEX | #eb6366 |
| RGB | rgb(235, 99, 102) |
| HSL | hsl(359, 77%, 66%) |
| CMYK | cmyk(0%, 58%, 57%, 8%) |
| LAB | lab(59.5 52.8 25.2) |
| LCH | lch(59.5 58.5 25.5) |
| OKLCH | oklch(0.671 0.169 21.5) |
Copy-ready code
/* CSS */
color: #eb6366;
background-color: #eb6366;
/* Tailwind (arbitrary) */
class="text-[#eb6366] bg-[#eb6366]"
/* SCSS */
$brand: #eb6366;
/* SwiftUI */
Color(red: 0.922, green: 0.388, blue: 0.400)
/* Android */
Color.parseColor("#eb6366")Accessibility — WCAG contrast
Aa
#eb6366 on white: 3.23:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#eb6366 on black: 6.51:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green38.8%
Blue40.0%
CMYK percentages
Cyan0.0%
Magenta57.9%
Yellow56.6%
Key (black)7.8%
Color previews
#eb6366 text on a black background
contrast 6.51:1
Card sample
#eb6366 text on a white background
contrast 3.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb6366;
Background color
Panel with #eb6366 background
background-color: #eb6366;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb6366;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 99, 102, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 99, 102, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb6366; background: linear-gradient(135deg, #eb6366, #EBBB63);