#eec3fd
a pale, electric violet · warm · closest name: plum
RGB
238, 195, 253
HSL
285°, 94%, 88%
CMYK
6, 23, 0, 1
Luminance
0.6430
Every format
| HEX | #eec3fd |
| RGB | rgb(238, 195, 253) |
| HSL | hsl(285, 94%, 88%) |
| CMYK | cmyk(6%, 23%, 0%, 1%) |
| LAB | lab(84.1 25.3 -22.8) |
| LCH | lch(84.1 34.0 318.0) |
| OKLCH | oklch(0.873 0.091 317.3) |
Copy-ready code
/* CSS */
color: #eec3fd;
background-color: #eec3fd;
/* Tailwind (arbitrary) */
class="text-[#eec3fd] bg-[#eec3fd]"
/* SCSS */
$brand: #eec3fd;
/* SwiftUI */
Color(red: 0.933, green: 0.765, blue: 0.992)
/* Android */
Color.parseColor("#eec3fd")Accessibility — WCAG contrast
Aa
#eec3fd on white: 1.52:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eec3fd on black: 13.86:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green76.5%
Blue99.2%
CMYK percentages
Cyan5.9%
Magenta22.9%
Yellow0.0%
Key (black)0.8%
Color previews
#eec3fd text on a black background
contrast 13.86:1
Card sample
#eec3fd text on a white background
contrast 1.52:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eec3fd;
Background color
Panel with #eec3fd background
background-color: #eec3fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eec3fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 195, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 195, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eec3fd; background: linear-gradient(135deg, #eec3fd, #FDC3E5);