#eb6166
a light, electric red · warm · closest name: salmon
RGB
235, 97, 102
HSL
358°, 78%, 65%
CMYK
0, 59, 57, 8
Luminance
0.2717
Every format
| HEX | #eb6166 |
| RGB | rgb(235, 97, 102) |
| HSL | hsl(358, 78%, 65%) |
| CMYK | cmyk(0%, 59%, 57%, 8%) |
| LAB | lab(59.1 53.7 24.8) |
| LCH | lch(59.1 59.2 24.7) |
| OKLCH | oklch(0.668 0.171 20.8) |
Copy-ready code
/* CSS */
color: #eb6166;
background-color: #eb6166;
/* Tailwind (arbitrary) */
class="text-[#eb6166] bg-[#eb6166]"
/* SCSS */
$brand: #eb6166;
/* SwiftUI */
Color(red: 0.922, green: 0.380, blue: 0.400)
/* Android */
Color.parseColor("#eb6166")Accessibility — WCAG contrast
Aa
#eb6166 on white: 3.26:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#eb6166 on black: 6.43:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green38.0%
Blue40.0%
CMYK percentages
Cyan0.0%
Magenta58.7%
Yellow56.6%
Key (black)7.8%
Color previews
#eb6166 text on a black background
contrast 6.43:1
Card sample
#eb6166 text on a white background
contrast 3.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb6166;
Background color
Panel with #eb6166 background
background-color: #eb6166;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb6166;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 97, 102, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 97, 102, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb6166; background: linear-gradient(135deg, #eb6166, #EBB861);