#eeccf0
a pale, vivid magenta / pink · warm · closest name: lavender
RGB
238, 204, 240
HSL
297°, 55%, 87%
CMYK
1, 15, 0, 6
Luminance
0.6765
Every format
| HEX | #eeccf0 |
| RGB | rgb(238, 204, 240) |
| HSL | hsl(297, 55%, 87%) |
| CMYK | cmyk(1%, 15%, 0%, 6%) |
| LAB | lab(85.8 18.1 -13.3) |
| LCH | lch(85.8 22.4 323.7) |
| OKLCH | oklch(0.885 0.061 324.3) |
Copy-ready code
/* CSS */
color: #eeccf0;
background-color: #eeccf0;
/* Tailwind (arbitrary) */
class="text-[#eeccf0] bg-[#eeccf0]"
/* SCSS */
$brand: #eeccf0;
/* SwiftUI */
Color(red: 0.933, green: 0.800, blue: 0.941)
/* Android */
Color.parseColor("#eeccf0")Accessibility — WCAG contrast
Aa
#eeccf0 on white: 1.45:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eeccf0 on black: 14.53:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green80.0%
Blue94.1%
CMYK percentages
Cyan0.8%
Magenta15.0%
Yellow0.0%
Key (black)5.9%
Color previews
#eeccf0 text on a black background
contrast 14.53:1
Card sample
#eeccf0 text on a white background
contrast 1.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eeccf0;
Background color
Panel with #eeccf0 background
background-color: #eeccf0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eeccf0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 204, 240, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 204, 240, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eeccf0; background: linear-gradient(135deg, #eeccf0, #F0CCDA);