#e06666
a balanced, vivid red · warm · closest name: salmon
RGB
224, 102, 102
HSL
0°, 66%, 64%
CMYK
0, 55, 55, 12
Luminance
0.2631
Every format
| HEX | #e06666 |
| RGB | rgb(224, 102, 102) |
| HSL | hsl(0, 66%, 64%) |
| CMYK | cmyk(0%, 55%, 55%, 12%) |
| LAB | lab(58.3 47.6 23.4) |
| LCH | lch(58.3 53.0 26.2) |
| OKLCH | oklch(0.659 0.153 22.2) |
Copy-ready code
/* CSS */
color: #e06666;
background-color: #e06666;
/* Tailwind (arbitrary) */
class="text-[#e06666] bg-[#e06666]"
/* SCSS */
$brand: #e06666;
/* SwiftUI */
Color(red: 0.878, green: 0.400, blue: 0.400)
/* Android */
Color.parseColor("#e06666")Accessibility — WCAG contrast
Aa
#e06666 on white: 3.35:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#e06666 on black: 6.26:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.8%
Green40.0%
Blue40.0%
CMYK percentages
Cyan0.0%
Magenta54.5%
Yellow54.5%
Key (black)12.2%
Color previews
#e06666 text on a black background
contrast 6.26:1
Card sample
#e06666 text on a white background
contrast 3.35:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e06666;
Background color
Panel with #e06666 background
background-color: #e06666;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e06666;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(224, 102, 102, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(224, 102, 102, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e06666; background: linear-gradient(135deg, #e06666, #E0B766);