#ecc6df
a pale, vivid magenta / pink · warm · closest name: pink
RGB
236, 198, 223
HSL
321°, 50%, 85%
CMYK
0, 16, 6, 8
Luminance
0.6355
Every format
| HEX | #ecc6df |
| RGB | rgb(236, 198, 223) |
| HSL | hsl(321, 50%, 85%) |
| CMYK | cmyk(0%, 16%, 6%, 8%) |
| LAB | lab(83.7 17.5 -7.4) |
| LCH | lch(83.7 19.0 337.2) |
| OKLCH | oklch(0.867 0.054 338.9) |
Copy-ready code
/* CSS */
color: #ecc6df;
background-color: #ecc6df;
/* Tailwind (arbitrary) */
class="text-[#ecc6df] bg-[#ecc6df]"
/* SCSS */
$brand: #ecc6df;
/* SwiftUI */
Color(red: 0.925, green: 0.776, blue: 0.875)
/* Android */
Color.parseColor("#ecc6df")Accessibility — WCAG contrast
Aa
#ecc6df on white: 1.53:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ecc6df on black: 13.71:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.5%
Green77.6%
Blue87.5%
CMYK percentages
Cyan0.0%
Magenta16.1%
Yellow5.5%
Key (black)7.5%
Color previews
#ecc6df text on a black background
contrast 13.71:1
Card sample
#ecc6df text on a white background
contrast 1.53:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ecc6df;
Background color
Panel with #ecc6df background
background-color: #ecc6df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ecc6df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(236, 198, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(236, 198, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ecc6df; background: linear-gradient(135deg, #ecc6df, #ECC6C6);