#eb6f64
a light, electric red · warm · closest name: salmon
RGB
235, 111, 100
HSL
5°, 77%, 66%
CMYK
0, 53, 57, 8
Luminance
0.2995
Every format
| HEX | #eb6f64 |
| RGB | rgb(235, 111, 100) |
| HSL | hsl(5, 77%, 66%) |
| CMYK | cmyk(0%, 53%, 57%, 8%) |
| LAB | lab(61.6 47.0 29.1) |
| LCH | lch(61.6 55.3 31.8) |
| OKLCH | oklch(0.687 0.156 27.0) |
Copy-ready code
/* CSS */
color: #eb6f64;
background-color: #eb6f64;
/* Tailwind (arbitrary) */
class="text-[#eb6f64] bg-[#eb6f64]"
/* SCSS */
$brand: #eb6f64;
/* SwiftUI */
Color(red: 0.922, green: 0.435, blue: 0.392)
/* Android */
Color.parseColor("#eb6f64")Accessibility — WCAG contrast
Aa
#eb6f64 on white: 3.00:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#eb6f64 on black: 6.99:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green43.5%
Blue39.2%
CMYK percentages
Cyan0.0%
Magenta52.8%
Yellow57.4%
Key (black)7.8%
Color previews
#eb6f64 text on a black background
contrast 6.99:1
Card sample
#eb6f64 text on a white background
contrast 3.00:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb6f64;
Background color
Panel with #eb6f64 background
background-color: #eb6f64;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb6f64;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 111, 100, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 111, 100, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb6f64; background: linear-gradient(135deg, #eb6f64, #EBC964);