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