#ee98ac
a light, vivid red · warm · closest name: pink
RGB
238, 152, 172
HSL
346°, 72%, 77%
CMYK
0, 36, 28, 7
Luminance
0.4361
Every format
| HEX | #ee98ac |
| RGB | rgb(238, 152, 172) |
| HSL | hsl(346, 72%, 77%) |
| CMYK | cmyk(0%, 36%, 28%, 7%) |
| LAB | lab(72.0 34.8 3.1) |
| LCH | lch(72.0 34.9 5.2) |
| OKLCH | oklch(0.772 0.106 4.7) |
Copy-ready code
/* CSS */
color: #ee98ac;
background-color: #ee98ac;
/* Tailwind (arbitrary) */
class="text-[#ee98ac] bg-[#ee98ac]"
/* SCSS */
$brand: #ee98ac;
/* SwiftUI */
Color(red: 0.933, green: 0.596, blue: 0.675)
/* Android */
Color.parseColor("#ee98ac")Accessibility — WCAG contrast
Aa
#ee98ac on white: 2.16:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ee98ac on black: 9.72:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green59.6%
Blue67.5%
CMYK percentages
Cyan0.0%
Magenta36.1%
Yellow27.7%
Key (black)6.7%
Color previews
#ee98ac text on a black background
contrast 9.72:1
Card sample
#ee98ac text on a white background
contrast 2.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ee98ac;
Background color
Panel with #ee98ac background
background-color: #ee98ac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ee98ac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 152, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 152, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ee98ac; background: linear-gradient(135deg, #ee98ac, #EEBD98);