#e4694e
a balanced, vivid red · warm · closest name: salmon
RGB
228, 105, 78
HSL
11°, 74%, 60%
CMYK
0, 54, 66, 11
Luminance
0.2715
Every format
| HEX | #e4694e |
| RGB | rgb(228, 105, 78) |
| HSL | hsl(11, 74%, 60%) |
| CMYK | cmyk(0%, 54%, 66%, 11%) |
| LAB | lab(59.1 45.9 38.0) |
| LCH | lch(59.1 59.6 39.6) |
| OKLCH | oklch(0.665 0.159 33.8) |
Copy-ready code
/* CSS */
color: #e4694e;
background-color: #e4694e;
/* Tailwind (arbitrary) */
class="text-[#e4694e] bg-[#e4694e]"
/* SCSS */
$brand: #e4694e;
/* SwiftUI */
Color(red: 0.894, green: 0.412, blue: 0.306)
/* Android */
Color.parseColor("#e4694e")Accessibility — WCAG contrast
Aa
#e4694e on white: 3.27:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#e4694e on black: 6.43:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red89.4%
Green41.2%
Blue30.6%
CMYK percentages
Cyan0.0%
Magenta53.9%
Yellow65.8%
Key (black)10.6%
Color previews
#e4694e text on a black background
contrast 6.43:1
Card sample
#e4694e text on a white background
contrast 3.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e4694e;
Background color
Panel with #e4694e background
background-color: #e4694e;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e4694e;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(228, 105, 78, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(228, 105, 78, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e4694e; background: linear-gradient(135deg, #e4694e, #E4CD4E);