#ee668f
a light, electric magenta / pink · warm · closest name: salmon
RGB
238, 102, 143
HSL
342°, 80%, 67%
CMYK
0, 57, 40, 7
Luminance
0.2966
Every format
| HEX | #ee668f |
| RGB | rgb(238, 102, 143) |
| HSL | hsl(342, 80%, 67%) |
| CMYK | cmyk(0%, 57%, 40%, 7%) |
| LAB | lab(61.4 56.1 4.2) |
| LCH | lch(61.4 56.3 4.3) |
| OKLCH | oklch(0.689 0.171 3.9) |
Copy-ready code
/* CSS */
color: #ee668f;
background-color: #ee668f;
/* Tailwind (arbitrary) */
class="text-[#ee668f] bg-[#ee668f]"
/* SCSS */
$brand: #ee668f;
/* SwiftUI */
Color(red: 0.933, green: 0.400, blue: 0.561)
/* Android */
Color.parseColor("#ee668f")Accessibility — WCAG contrast
Aa
#ee668f on white: 3.03:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ee668f on black: 6.93:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green40.0%
Blue56.1%
CMYK percentages
Cyan0.0%
Magenta57.1%
Yellow39.9%
Key (black)6.7%
Color previews
#ee668f text on a black background
contrast 6.93:1
Card sample
#ee668f text on a white background
contrast 3.03:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ee668f;
Background color
Panel with #ee668f background
background-color: #ee668f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ee668f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 102, 143, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 102, 143, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ee668f; background: linear-gradient(135deg, #ee668f, #EE9866);