#ee7dbb
a light, electric magenta / pink · warm · closest name: plum
RGB
238, 125, 187
HSL
327°, 77%, 71%
CMYK
0, 48, 21, 7
Luminance
0.3643
Every format
| HEX | #ee7dbb |
| RGB | rgb(238, 125, 187) |
| HSL | hsl(327, 77%, 71%) |
| CMYK | cmyk(0%, 48%, 21%, 7%) |
| LAB | lab(66.8 50.7 -12.8) |
| LCH | lch(66.8 52.3 345.8) |
| OKLCH | oklch(0.734 0.155 347.5) |
Copy-ready code
/* CSS */
color: #ee7dbb;
background-color: #ee7dbb;
/* Tailwind (arbitrary) */
class="text-[#ee7dbb] bg-[#ee7dbb]"
/* SCSS */
$brand: #ee7dbb;
/* SwiftUI */
Color(red: 0.933, green: 0.490, blue: 0.733)
/* Android */
Color.parseColor("#ee7dbb")Accessibility — WCAG contrast
Aa
#ee7dbb on white: 2.53:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ee7dbb on black: 8.29:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green49.0%
Blue73.3%
CMYK percentages
Cyan0.0%
Magenta47.5%
Yellow21.4%
Key (black)6.7%
Color previews
#ee7dbb text on a black background
contrast 8.29:1
Card sample
#ee7dbb text on a white background
contrast 2.53:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ee7dbb;
Background color
Panel with #ee7dbb background
background-color: #ee7dbb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ee7dbb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 125, 187, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 125, 187, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ee7dbb; background: linear-gradient(135deg, #ee7dbb, #EE8A7D);