#eccdf0
a pale, vivid magenta / pink · warm · closest name: lavender
RGB
236, 205, 240
HSL
293°, 54%, 87%
CMYK
2, 15, 0, 6
Luminance
0.6779
Every format
| HEX | #eccdf0 |
| RGB | rgb(236, 205, 240) |
| HSL | hsl(293, 54%, 87%) |
| CMYK | cmyk(2%, 15%, 0%, 6%) |
| LAB | lab(85.9 16.9 -13.2) |
| LCH | lch(85.9 21.4 322.0) |
| OKLCH | oklch(0.885 0.058 322.4) |
Copy-ready code
/* CSS */
color: #eccdf0;
background-color: #eccdf0;
/* Tailwind (arbitrary) */
class="text-[#eccdf0] bg-[#eccdf0]"
/* SCSS */
$brand: #eccdf0;
/* SwiftUI */
Color(red: 0.925, green: 0.804, blue: 0.941)
/* Android */
Color.parseColor("#eccdf0")Accessibility — WCAG contrast
Aa
#eccdf0 on white: 1.44:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eccdf0 on black: 14.56:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.5%
Green80.4%
Blue94.1%
CMYK percentages
Cyan1.7%
Magenta14.6%
Yellow0.0%
Key (black)5.9%
Color previews
#eccdf0 text on a black background
contrast 14.56:1
Card sample
#eccdf0 text on a white background
contrast 1.44:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eccdf0;
Background color
Panel with #eccdf0 background
background-color: #eccdf0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eccdf0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(236, 205, 240, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(236, 205, 240, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eccdf0; background: linear-gradient(135deg, #eccdf0, #F0CDDD);