#ee99ab
a light, vivid red · warm · closest name: pink
RGB
238, 153, 171
HSL
347°, 71%, 77%
CMYK
0, 36, 28, 7
Luminance
0.4390
Every format
| HEX | #ee99ab |
| RGB | rgb(238, 153, 171) |
| HSL | hsl(347, 71%, 77%) |
| CMYK | cmyk(0%, 36%, 28%, 7%) |
| LAB | lab(72.2 34.1 4.0) |
| LCH | lch(72.2 34.3 6.7) |
| OKLCH | oklch(0.773 0.104 6.0) |
Copy-ready code
/* CSS */
color: #ee99ab;
background-color: #ee99ab;
/* Tailwind (arbitrary) */
class="text-[#ee99ab] bg-[#ee99ab]"
/* SCSS */
$brand: #ee99ab;
/* SwiftUI */
Color(red: 0.933, green: 0.600, blue: 0.671)
/* Android */
Color.parseColor("#ee99ab")Accessibility — WCAG contrast
Aa
#ee99ab on white: 2.15:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ee99ab on black: 9.78:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green60.0%
Blue67.1%
CMYK percentages
Cyan0.0%
Magenta35.7%
Yellow28.2%
Key (black)6.7%
Color previews
#ee99ab text on a black background
contrast 9.78:1
Card sample
#ee99ab text on a white background
contrast 2.15:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ee99ab;
Background color
Panel with #ee99ab background
background-color: #ee99ab;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ee99ab;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 153, 171, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 153, 171, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ee99ab; background: linear-gradient(135deg, #ee99ab, #EEC099);