#eeb3ff
a pale, electric violet · warm · closest name: plum
RGB
238, 179, 255
HSL
287°, 100%, 85%
CMYK
7, 30, 0, 0
Luminance
0.5764
Every format
| HEX | #eeb3ff |
| RGB | rgb(238, 179, 255) |
| HSL | hsl(287, 100%, 85%) |
| CMYK | cmyk(7%, 30%, 0%, 0%) |
| LAB | lab(80.5 34.2 -29.3) |
| LCH | lch(80.5 45.0 319.4) |
| OKLCH | oklch(0.846 0.120 318.5) |
Copy-ready code
/* CSS */
color: #eeb3ff;
background-color: #eeb3ff;
/* Tailwind (arbitrary) */
class="text-[#eeb3ff] bg-[#eeb3ff]"
/* SCSS */
$brand: #eeb3ff;
/* SwiftUI */
Color(red: 0.933, green: 0.702, blue: 1.000)
/* Android */
Color.parseColor("#eeb3ff")Accessibility — WCAG contrast
Aa
#eeb3ff on white: 1.68:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eeb3ff on black: 12.53:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green70.2%
Blue100.0%
CMYK percentages
Cyan6.7%
Magenta29.8%
Yellow0.0%
Key (black)0.0%
Color previews
#eeb3ff text on a black background
contrast 12.53:1
Card sample
#eeb3ff text on a white background
contrast 1.68:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eeb3ff;
Background color
Panel with #eeb3ff background
background-color: #eeb3ff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eeb3ff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 179, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 179, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eeb3ff; background: linear-gradient(135deg, #eeb3ff, #FFB3DD);