#eccce5
a pale, vivid magenta / pink · warm · closest name: lavender
RGB
236, 204, 229
HSL
313°, 46%, 86%
CMYK
0, 14, 3, 8
Luminance
0.6668
Every format
| HEX | #eccce5 |
| RGB | rgb(236, 204, 229) |
| HSL | hsl(313, 46%, 86%) |
| CMYK | cmyk(0%, 14%, 3%, 8%) |
| LAB | lab(85.3 15.4 -8.2) |
| LCH | lch(85.3 17.5 332.1) |
| OKLCH | oklch(0.879 0.049 333.5) |
Copy-ready code
/* CSS */
color: #eccce5;
background-color: #eccce5;
/* Tailwind (arbitrary) */
class="text-[#eccce5] bg-[#eccce5]"
/* SCSS */
$brand: #eccce5;
/* SwiftUI */
Color(red: 0.925, green: 0.800, blue: 0.898)
/* Android */
Color.parseColor("#eccce5")Accessibility — WCAG contrast
Aa
#eccce5 on white: 1.46:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eccce5 on black: 14.34:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.5%
Green80.0%
Blue89.8%
CMYK percentages
Cyan0.0%
Magenta13.6%
Yellow3.0%
Key (black)7.5%
Color previews
#eccce5 text on a black background
contrast 14.34:1
Card sample
#eccce5 text on a white background
contrast 1.46:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eccce5;
Background color
Panel with #eccce5 background
background-color: #eccce5;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eccce5;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(236, 204, 229, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(236, 204, 229, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eccce5; background: linear-gradient(135deg, #eccce5, #ECCCD0);