#ecccdb
a pale, vivid magenta / pink · warm · closest name: pink
RGB
236, 204, 219
HSL
332°, 46%, 86%
CMYK
0, 14, 7, 8
Luminance
0.6613
Every format
| HEX | #ecccdb |
| RGB | rgb(236, 204, 219) |
| HSL | hsl(332, 46%, 86%) |
| CMYK | cmyk(0%, 14%, 7%, 8%) |
| LAB | lab(85.1 13.7 -3.3) |
| LCH | lch(85.1 14.1 346.6) |
| OKLCH | oklch(0.876 0.041 348.0) |
Copy-ready code
/* CSS */
color: #ecccdb;
background-color: #ecccdb;
/* Tailwind (arbitrary) */
class="text-[#ecccdb] bg-[#ecccdb]"
/* SCSS */
$brand: #ecccdb;
/* SwiftUI */
Color(red: 0.925, green: 0.800, blue: 0.859)
/* Android */
Color.parseColor("#ecccdb")Accessibility — WCAG contrast
Aa
#ecccdb on white: 1.48:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ecccdb on black: 14.23:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.5%
Green80.0%
Blue85.9%
CMYK percentages
Cyan0.0%
Magenta13.6%
Yellow7.2%
Key (black)7.5%
Color previews
#ecccdb text on a black background
contrast 14.23:1
Card sample
#ecccdb text on a white background
contrast 1.48:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ecccdb;
Background color
Panel with #ecccdb background
background-color: #ecccdb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ecccdb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(236, 204, 219, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(236, 204, 219, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ecccdb; background: linear-gradient(135deg, #ecccdb, #ECD2CC);