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