#eeb1ff
a light, electric violet · warm · closest name: plum
RGB
238, 177, 255
HSL
287°, 100%, 85%
CMYK
7, 31, 0, 0
Luminance
0.5684
Every format
| HEX | #eeb1ff |
| RGB | rgb(238, 177, 255) |
| HSL | hsl(287, 100%, 85%) |
| CMYK | cmyk(7%, 31%, 0%, 0%) |
| LAB | lab(80.1 35.3 -30.0) |
| LCH | lch(80.1 46.3 319.6) |
| OKLCH | oklch(0.842 0.124 318.8) |
Copy-ready code
/* CSS */
color: #eeb1ff;
background-color: #eeb1ff;
/* Tailwind (arbitrary) */
class="text-[#eeb1ff] bg-[#eeb1ff]"
/* SCSS */
$brand: #eeb1ff;
/* SwiftUI */
Color(red: 0.933, green: 0.694, blue: 1.000)
/* Android */
Color.parseColor("#eeb1ff")Accessibility — WCAG contrast
Aa
#eeb1ff on white: 1.70:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eeb1ff on black: 12.37:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green69.4%
Blue100.0%
CMYK percentages
Cyan6.7%
Magenta30.6%
Yellow0.0%
Key (black)0.0%
Color previews
#eeb1ff text on a black background
contrast 12.37:1
Card sample
#eeb1ff text on a white background
contrast 1.70:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eeb1ff;
Background color
Panel with #eeb1ff background
background-color: #eeb1ff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eeb1ff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 177, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 177, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eeb1ff; background: linear-gradient(135deg, #eeb1ff, #FFB1DC);