#ee9cdf
a light, vivid magenta / pink · warm · closest name: plum
RGB
238, 156, 223
HSL
311°, 71%, 77%
CMYK
0, 35, 6, 7
Luminance
0.4728
Every format
| HEX | #ee9cdf |
| RGB | rgb(238, 156, 223) |
| HSL | hsl(311, 71%, 77%) |
| CMYK | cmyk(0%, 35%, 6%, 7%) |
| LAB | lab(74.4 40.5 -21.4) |
| LCH | lch(74.4 45.8 332.1) |
| OKLCH | oklch(0.795 0.129 333.5) |
Copy-ready code
/* CSS */
color: #ee9cdf;
background-color: #ee9cdf;
/* Tailwind (arbitrary) */
class="text-[#ee9cdf] bg-[#ee9cdf]"
/* SCSS */
$brand: #ee9cdf;
/* SwiftUI */
Color(red: 0.933, green: 0.612, blue: 0.875)
/* Android */
Color.parseColor("#ee9cdf")Accessibility — WCAG contrast
Aa
#ee9cdf on white: 2.01:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ee9cdf on black: 10.46:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green61.2%
Blue87.5%
CMYK percentages
Cyan0.0%
Magenta34.5%
Yellow6.3%
Key (black)6.7%
Color previews
#ee9cdf text on a black background
contrast 10.46:1
Card sample
#ee9cdf text on a white background
contrast 2.01:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ee9cdf;
Background color
Panel with #ee9cdf background
background-color: #ee9cdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ee9cdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 156, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 156, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ee9cdf; background: linear-gradient(135deg, #ee9cdf, #EE9CA8);