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