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