#ee6666
a light, electric red · warm · closest name: salmon
RGB
238, 102, 102
HSL
0°, 80%, 67%
CMYK
0, 57, 57, 7
Luminance
0.2864
Every format
| HEX | #ee6666 |
| RGB | rgb(238, 102, 102) |
| HSL | hsl(0, 80%, 67%) |
| CMYK | cmyk(0%, 57%, 57%, 7%) |
| LAB | lab(60.5 52.5 26.6) |
| LCH | lch(60.5 58.9 26.9) |
| OKLCH | oklch(0.679 0.169 22.6) |
Copy-ready code
/* CSS */
color: #ee6666;
background-color: #ee6666;
/* Tailwind (arbitrary) */
class="text-[#ee6666] bg-[#ee6666]"
/* SCSS */
$brand: #ee6666;
/* SwiftUI */
Color(red: 0.933, green: 0.400, blue: 0.400)
/* Android */
Color.parseColor("#ee6666")Accessibility — WCAG contrast
Aa
#ee6666 on white: 3.12:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ee6666 on black: 6.73:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green40.0%
Blue40.0%
CMYK percentages
Cyan0.0%
Magenta57.1%
Yellow57.1%
Key (black)6.7%
Color previews
#ee6666 text on a black background
contrast 6.73:1
Card sample
#ee6666 text on a white background
contrast 3.12:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ee6666;
Background color
Panel with #ee6666 background
background-color: #ee6666;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ee6666;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 102, 102, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 102, 102, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ee6666; background: linear-gradient(135deg, #ee6666, #EEC166);