#eeccf7
a pale, vivid violet · warm · closest name: lavender
RGB
238, 204, 247
HSL
287°, 73%, 88%
CMYK
4, 17, 0, 3
Luminance
0.6808
Every format
| HEX | #eeccf7 |
| RGB | rgb(238, 204, 247) |
| HSL | hsl(287, 73%, 88%) |
| CMYK | cmyk(4%, 17%, 0%, 3%) |
| LAB | lab(86.0 19.4 -16.7) |
| LCH | lch(86.0 25.6 319.3) |
| OKLCH | oklch(0.887 0.068 319.1) |
Copy-ready code
/* CSS */
color: #eeccf7;
background-color: #eeccf7;
/* Tailwind (arbitrary) */
class="text-[#eeccf7] bg-[#eeccf7]"
/* SCSS */
$brand: #eeccf7;
/* SwiftUI */
Color(red: 0.933, green: 0.800, blue: 0.969)
/* Android */
Color.parseColor("#eeccf7")Accessibility — WCAG contrast
Aa
#eeccf7 on white: 1.44:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eeccf7 on black: 14.62:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green80.0%
Blue96.9%
CMYK percentages
Cyan3.6%
Magenta17.4%
Yellow0.0%
Key (black)3.1%
Color previews
#eeccf7 text on a black background
contrast 14.62:1
Card sample
#eeccf7 text on a white background
contrast 1.44:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eeccf7;
Background color
Panel with #eeccf7 background
background-color: #eeccf7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eeccf7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 204, 247, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 204, 247, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eeccf7; background: linear-gradient(135deg, #eeccf7, #F7CCE3);