#ee8cdf
a light, vivid magenta / pink · warm · closest name: violet
RGB
238, 140, 223
HSL
309°, 74%, 74%
CMYK
0, 41, 6, 7
Luminance
0.4226
Every format
| HEX | #ee8cdf |
| RGB | rgb(238, 140, 223) |
| HSL | hsl(309, 74%, 74%) |
| CMYK | cmyk(0%, 41%, 6%, 7%) |
| LAB | lab(71.0 48.8 -26.5) |
| LCH | lch(71.0 55.5 331.5) |
| OKLCH | oklch(0.770 0.157 332.8) |
Copy-ready code
/* CSS */
color: #ee8cdf;
background-color: #ee8cdf;
/* Tailwind (arbitrary) */
class="text-[#ee8cdf] bg-[#ee8cdf]"
/* SCSS */
$brand: #ee8cdf;
/* SwiftUI */
Color(red: 0.933, green: 0.549, blue: 0.875)
/* Android */
Color.parseColor("#ee8cdf")Accessibility — WCAG contrast
Aa
#ee8cdf on white: 2.22:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ee8cdf on black: 9.45:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green54.9%
Blue87.5%
CMYK percentages
Cyan0.0%
Magenta41.2%
Yellow6.3%
Key (black)6.7%
Color previews
#ee8cdf text on a black background
contrast 9.45:1
Card sample
#ee8cdf text on a white background
contrast 2.22:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ee8cdf;
Background color
Panel with #ee8cdf background
background-color: #ee8cdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ee8cdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 140, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 140, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ee8cdf; background: linear-gradient(135deg, #ee8cdf, #EE8C9E);