#ecc8eb
a pale, vivid magenta / pink · warm · closest name: pink
RGB
236, 200, 235
HSL
302°, 49%, 86%
CMYK
0, 15, 0, 8
Luminance
0.6514
Every format
| HEX | #ecc8eb |
| RGB | rgb(236, 200, 235) |
| HSL | hsl(302, 49%, 86%) |
| CMYK | cmyk(0%, 15%, 0%, 8%) |
| LAB | lab(84.6 18.6 -12.5) |
| LCH | lch(84.6 22.4 326.0) |
| OKLCH | oklch(0.874 0.061 327.0) |
Copy-ready code
/* CSS */
color: #ecc8eb;
background-color: #ecc8eb;
/* Tailwind (arbitrary) */
class="text-[#ecc8eb] bg-[#ecc8eb]"
/* SCSS */
$brand: #ecc8eb;
/* SwiftUI */
Color(red: 0.925, green: 0.784, blue: 0.922)
/* Android */
Color.parseColor("#ecc8eb")Accessibility — WCAG contrast
Aa
#ecc8eb on white: 1.50:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ecc8eb on black: 14.03:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.5%
Green78.4%
Blue92.2%
CMYK percentages
Cyan0.0%
Magenta15.3%
Yellow0.4%
Key (black)7.5%
Color previews
#ecc8eb text on a black background
contrast 14.03:1
Card sample
#ecc8eb text on a white background
contrast 1.50:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ecc8eb;
Background color
Panel with #ecc8eb background
background-color: #ecc8eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ecc8eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(236, 200, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(236, 200, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ecc8eb; background: linear-gradient(135deg, #ecc8eb, #ECC8D3);