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