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