#ee6655
a balanced, electric red · warm · closest name: salmon
RGB
238, 102, 85
HSL
7°, 82%, 63%
CMYK
0, 57, 64, 7
Luminance
0.2834
Every format
| HEX | #ee6655 |
| RGB | rgb(238, 102, 85) |
| HSL | hsl(7, 82%, 63%) |
| CMYK | cmyk(0%, 57%, 64%, 7%) |
| LAB | lab(60.2 51.4 35.8) |
| LCH | lch(60.2 62.6 34.9) |
| OKLCH | oklch(0.676 0.172 29.5) |
Copy-ready code
/* CSS */
color: #ee6655;
background-color: #ee6655;
/* Tailwind (arbitrary) */
class="text-[#ee6655] bg-[#ee6655]"
/* SCSS */
$brand: #ee6655;
/* SwiftUI */
Color(red: 0.933, green: 0.400, blue: 0.333)
/* Android */
Color.parseColor("#ee6655")Accessibility — WCAG contrast
Aa
#ee6655 on white: 3.15:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ee6655 on black: 6.67:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green40.0%
Blue33.3%
CMYK percentages
Cyan0.0%
Magenta57.1%
Yellow64.3%
Key (black)6.7%
Color previews
#ee6655 text on a black background
contrast 6.67:1
Card sample
#ee6655 text on a white background
contrast 3.15:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ee6655;
Background color
Panel with #ee6655 background
background-color: #ee6655;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ee6655;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 102, 85, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 102, 85, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ee6655; background: linear-gradient(135deg, #ee6655, #EECC55);