#eb6069
a balanced, electric red · warm · closest name: salmon
RGB
235, 96, 105
HSL
356°, 78%, 65%
CMYK
0, 59, 55, 8
Luminance
0.2705
Every format
| HEX | #eb6069 |
| RGB | rgb(235, 96, 105) |
| HSL | hsl(356, 78%, 65%) |
| CMYK | cmyk(0%, 59%, 55%, 8%) |
| LAB | lab(59.0 54.4 22.9) |
| LCH | lch(59.0 59.0 22.8) |
| OKLCH | oklch(0.668 0.172 19.2) |
Copy-ready code
/* CSS */
color: #eb6069;
background-color: #eb6069;
/* Tailwind (arbitrary) */
class="text-[#eb6069] bg-[#eb6069]"
/* SCSS */
$brand: #eb6069;
/* SwiftUI */
Color(red: 0.922, green: 0.376, blue: 0.412)
/* Android */
Color.parseColor("#eb6069")Accessibility — WCAG contrast
Aa
#eb6069 on white: 3.28:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#eb6069 on black: 6.41:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green37.6%
Blue41.2%
CMYK percentages
Cyan0.0%
Magenta59.1%
Yellow55.3%
Key (black)7.8%
Color previews
#eb6069 text on a black background
contrast 6.41:1
Card sample
#eb6069 text on a white background
contrast 3.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb6069;
Background color
Panel with #eb6069 background
background-color: #eb6069;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb6069;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 96, 105, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 96, 105, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb6069; background: linear-gradient(135deg, #eb6069, #EBB460);