#ee8dbb
a light, vivid magenta / pink · warm · closest name: plum
RGB
238, 141, 187
HSL
332°, 74%, 74%
CMYK
0, 41, 21, 7
Luminance
0.4081
Every format
| HEX | #ee8dbb |
| RGB | rgb(238, 141, 187) |
| HSL | hsl(332, 74%, 74%) |
| CMYK | cmyk(0%, 41%, 21%, 7%) |
| LAB | lab(70.0 42.6 -8.0) |
| LCH | lch(70.0 43.3 349.3) |
| OKLCH | oklch(0.758 0.129 350.8) |
Copy-ready code
/* CSS */
color: #ee8dbb;
background-color: #ee8dbb;
/* Tailwind (arbitrary) */
class="text-[#ee8dbb] bg-[#ee8dbb]"
/* SCSS */
$brand: #ee8dbb;
/* SwiftUI */
Color(red: 0.933, green: 0.553, blue: 0.733)
/* Android */
Color.parseColor("#ee8dbb")Accessibility — WCAG contrast
Aa
#ee8dbb on white: 2.29:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ee8dbb on black: 9.16:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green55.3%
Blue73.3%
CMYK percentages
Cyan0.0%
Magenta40.8%
Yellow21.4%
Key (black)6.7%
Color previews
#ee8dbb text on a black background
contrast 9.16:1
Card sample
#ee8dbb text on a white background
contrast 2.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ee8dbb;
Background color
Panel with #ee8dbb background
background-color: #ee8dbb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ee8dbb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 141, 187, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 141, 187, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ee8dbb; background: linear-gradient(135deg, #ee8dbb, #EEA08D);