#ee697f
a light, electric red · warm · closest name: salmon
RGB
238, 105, 127
HSL
350°, 80%, 67%
CMYK
0, 56, 47, 7
Luminance
0.2981
Every format
| HEX | #ee697f |
| RGB | rgb(238, 105, 127) |
| HSL | hsl(350, 80%, 67%) |
| CMYK | cmyk(0%, 56%, 47%, 7%) |
| LAB | lab(61.5 53.2 13.6) |
| LCH | lch(61.5 54.9 14.4) |
| OKLCH | oklch(0.689 0.165 12.3) |
Copy-ready code
/* CSS */
color: #ee697f;
background-color: #ee697f;
/* Tailwind (arbitrary) */
class="text-[#ee697f] bg-[#ee697f]"
/* SCSS */
$brand: #ee697f;
/* SwiftUI */
Color(red: 0.933, green: 0.412, blue: 0.498)
/* Android */
Color.parseColor("#ee697f")Accessibility — WCAG contrast
Aa
#ee697f on white: 3.02:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ee697f on black: 6.96:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green41.2%
Blue49.8%
CMYK percentages
Cyan0.0%
Magenta55.9%
Yellow46.6%
Key (black)6.7%
Color previews
#ee697f text on a black background
contrast 6.96:1
Card sample
#ee697f text on a white background
contrast 3.02:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ee697f;
Background color
Panel with #ee697f background
background-color: #ee697f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ee697f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 105, 127, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 105, 127, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ee697f; background: linear-gradient(135deg, #ee697f, #EEAC69);