#eb645f
a balanced, electric red · warm · closest name: salmon
RGB
235, 100, 95
HSL
2°, 78%, 65%
CMYK
0, 57, 60, 8
Luminance
0.2760
Every format
| HEX | #eb645f |
| RGB | rgb(235, 100, 95) |
| HSL | hsl(2, 78%, 65%) |
| CMYK | cmyk(0%, 57%, 60%, 8%) |
| LAB | lab(59.5 51.9 29.3) |
| LCH | lch(59.5 59.6 29.4) |
| OKLCH | oklch(0.671 0.169 24.8) |
Copy-ready code
/* CSS */
color: #eb645f;
background-color: #eb645f;
/* Tailwind (arbitrary) */
class="text-[#eb645f] bg-[#eb645f]"
/* SCSS */
$brand: #eb645f;
/* SwiftUI */
Color(red: 0.922, green: 0.392, blue: 0.373)
/* Android */
Color.parseColor("#eb645f")Accessibility — WCAG contrast
Aa
#eb645f on white: 3.22:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#eb645f on black: 6.52:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green39.2%
Blue37.3%
CMYK percentages
Cyan0.0%
Magenta57.4%
Yellow59.6%
Key (black)7.8%
Color previews
#eb645f text on a black background
contrast 6.52:1
Card sample
#eb645f text on a white background
contrast 3.22:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb645f;
Background color
Panel with #eb645f background
background-color: #eb645f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb645f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 100, 95, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 100, 95, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb645f; background: linear-gradient(135deg, #eb645f, #EBC15F);