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