#eeaabb
a light, vivid red · warm · closest name: pink
RGB
238, 170, 187
HSL
345°, 67%, 80%
CMYK
0, 29, 21, 7
Luminance
0.5051
Every format
| HEX | #eeaabb |
| RGB | rgb(238, 170, 187) |
| HSL | hsl(345, 67%, 80%) |
| CMYK | cmyk(0%, 29%, 21%, 7%) |
| LAB | lab(76.4 27.4 1.3) |
| LCH | lch(76.4 27.4 2.7) |
| OKLCH | oklch(0.807 0.083 2.6) |
Copy-ready code
/* CSS */
color: #eeaabb;
background-color: #eeaabb;
/* Tailwind (arbitrary) */
class="text-[#eeaabb] bg-[#eeaabb]"
/* SCSS */
$brand: #eeaabb;
/* SwiftUI */
Color(red: 0.933, green: 0.667, blue: 0.733)
/* Android */
Color.parseColor("#eeaabb")Accessibility — WCAG contrast
Aa
#eeaabb on white: 1.89:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eeaabb on black: 11.10:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green66.7%
Blue73.3%
CMYK percentages
Cyan0.0%
Magenta28.6%
Yellow21.4%
Key (black)6.7%
Color previews
#eeaabb text on a black background
contrast 11.10:1
Card sample
#eeaabb text on a white background
contrast 1.89:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eeaabb;
Background color
Panel with #eeaabb background
background-color: #eeaabb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eeaabb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 170, 187, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 170, 187, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eeaabb; background: linear-gradient(135deg, #eeaabb, #EEC6AA);