#eecdfb
a pale, electric violet · warm · closest name: plum
RGB
238, 205, 251
HSL
283°, 85%, 89%
CMYK
5, 18, 0, 2
Luminance
0.6880
Every format
| HEX | #eecdfb |
| RGB | rgb(238, 205, 251) |
| HSL | hsl(283, 85%, 89%) |
| CMYK | cmyk(5%, 18%, 0%, 2%) |
| LAB | lab(86.4 19.6 -18.2) |
| LCH | lch(86.4 26.8 317.1) |
| OKLCH | oklch(0.890 0.071 316.4) |
Copy-ready code
/* CSS */
color: #eecdfb;
background-color: #eecdfb;
/* Tailwind (arbitrary) */
class="text-[#eecdfb] bg-[#eecdfb]"
/* SCSS */
$brand: #eecdfb;
/* SwiftUI */
Color(red: 0.933, green: 0.804, blue: 0.984)
/* Android */
Color.parseColor("#eecdfb")Accessibility — WCAG contrast
Aa
#eecdfb on white: 1.42:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eecdfb on black: 14.76:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green80.4%
Blue98.4%
CMYK percentages
Cyan5.2%
Magenta18.3%
Yellow0.0%
Key (black)1.6%
Color previews
#eecdfb text on a black background
contrast 14.76:1
Card sample
#eecdfb text on a white background
contrast 1.42:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eecdfb;
Background color
Panel with #eecdfb background
background-color: #eecdfb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eecdfb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 205, 251, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 205, 251, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eecdfb; background: linear-gradient(135deg, #eecdfb, #FBCDE9);