#eeb2eb
a light, vivid magenta / pink · warm · closest name: plum
RGB
238, 178, 235
HSL
303°, 64%, 82%
CMYK
0, 25, 1, 7
Luminance
0.5602
Every format
| HEX | #eeb2eb |
| RGB | rgb(238, 178, 235) |
| HSL | hsl(303, 64%, 82%) |
| CMYK | cmyk(0%, 25%, 1%, 7%) |
| LAB | lab(79.6 31.0 -19.9) |
| LCH | lch(79.6 36.8 327.2) |
| OKLCH | oklch(0.837 0.102 328.1) |
Copy-ready code
/* CSS */
color: #eeb2eb;
background-color: #eeb2eb;
/* Tailwind (arbitrary) */
class="text-[#eeb2eb] bg-[#eeb2eb]"
/* SCSS */
$brand: #eeb2eb;
/* SwiftUI */
Color(red: 0.933, green: 0.698, blue: 0.922)
/* Android */
Color.parseColor("#eeb2eb")Accessibility — WCAG contrast
Aa
#eeb2eb on white: 1.72:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eeb2eb on black: 12.20:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green69.8%
Blue92.2%
CMYK percentages
Cyan0.0%
Magenta25.2%
Yellow1.3%
Key (black)6.7%
Color previews
#eeb2eb text on a black background
contrast 12.20:1
Card sample
#eeb2eb text on a white background
contrast 1.72:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eeb2eb;
Background color
Panel with #eeb2eb background
background-color: #eeb2eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eeb2eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 178, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 178, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eeb2eb; background: linear-gradient(135deg, #eeb2eb, #EEB2C3);