#ecc9df
a pale, vivid magenta / pink · warm · closest name: pink
RGB
236, 201, 223
HSL
322°, 48%, 86%
CMYK
0, 15, 6, 8
Luminance
0.6493
Every format
| HEX | #ecc9df |
| RGB | rgb(236, 201, 223) |
| HSL | hsl(322, 48%, 86%) |
| CMYK | cmyk(0%, 15%, 6%, 8%) |
| LAB | lab(84.5 16.0 -6.3) |
| LCH | lch(84.5 17.2 338.5) |
| OKLCH | oklch(0.872 0.049 340.1) |
Copy-ready code
/* CSS */
color: #ecc9df;
background-color: #ecc9df;
/* Tailwind (arbitrary) */
class="text-[#ecc9df] bg-[#ecc9df]"
/* SCSS */
$brand: #ecc9df;
/* SwiftUI */
Color(red: 0.925, green: 0.788, blue: 0.875)
/* Android */
Color.parseColor("#ecc9df")Accessibility — WCAG contrast
Aa
#ecc9df on white: 1.50:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ecc9df on black: 13.99:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.5%
Green78.8%
Blue87.5%
CMYK percentages
Cyan0.0%
Magenta14.8%
Yellow5.5%
Key (black)7.5%
Color previews
#ecc9df text on a black background
contrast 13.99:1
Card sample
#ecc9df text on a white background
contrast 1.50:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ecc9df;
Background color
Panel with #ecc9df background
background-color: #ecc9df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ecc9df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(236, 201, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(236, 201, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ecc9df; background: linear-gradient(135deg, #ecc9df, #ECCAC9);