#ecc6eb
a pale, vivid magenta / pink · warm · closest name: pink
RGB
236, 198, 235
HSL
302°, 50%, 85%
CMYK
0, 16, 0, 8
Luminance
0.6422
Every format
| HEX | #ecc6eb |
| RGB | rgb(236, 198, 235) |
| HSL | hsl(302, 50%, 85%) |
| CMYK | cmyk(0%, 16%, 0%, 8%) |
| LAB | lab(84.1 19.7 -13.3) |
| LCH | lch(84.1 23.7 326.0) |
| OKLCH | oklch(0.870 0.065 326.9) |
Copy-ready code
/* CSS */
color: #ecc6eb;
background-color: #ecc6eb;
/* Tailwind (arbitrary) */
class="text-[#ecc6eb] bg-[#ecc6eb]"
/* SCSS */
$brand: #ecc6eb;
/* SwiftUI */
Color(red: 0.925, green: 0.776, blue: 0.922)
/* Android */
Color.parseColor("#ecc6eb")Accessibility — WCAG contrast
Aa
#ecc6eb on white: 1.52:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ecc6eb on black: 13.84:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.5%
Green77.6%
Blue92.2%
CMYK percentages
Cyan0.0%
Magenta16.1%
Yellow0.4%
Key (black)7.5%
Color previews
#ecc6eb text on a black background
contrast 13.84:1
Card sample
#ecc6eb text on a white background
contrast 1.52:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ecc6eb;
Background color
Panel with #ecc6eb background
background-color: #ecc6eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ecc6eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(236, 198, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(236, 198, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ecc6eb; background: linear-gradient(135deg, #ecc6eb, #ECC6D2);