#ecc5db
a light, vivid magenta / pink · warm · closest name: pink
RGB
236, 197, 219
HSL
326°, 51%, 85%
CMYK
0, 17, 7, 8
Luminance
0.6288
Every format
| HEX | #ecc5db |
| RGB | rgb(236, 197, 219) |
| HSL | hsl(326, 51%, 85%) |
| CMYK | cmyk(0%, 17%, 7%, 8%) |
| LAB | lab(83.4 17.4 -5.8) |
| LCH | lch(83.4 18.3 341.7) |
| OKLCH | oklch(0.863 0.053 343.3) |
Copy-ready code
/* CSS */
color: #ecc5db;
background-color: #ecc5db;
/* Tailwind (arbitrary) */
class="text-[#ecc5db] bg-[#ecc5db]"
/* SCSS */
$brand: #ecc5db;
/* SwiftUI */
Color(red: 0.925, green: 0.773, blue: 0.859)
/* Android */
Color.parseColor("#ecc5db")Accessibility — WCAG contrast
Aa
#ecc5db on white: 1.55:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ecc5db on black: 13.58:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.5%
Green77.3%
Blue85.9%
CMYK percentages
Cyan0.0%
Magenta16.5%
Yellow7.2%
Key (black)7.5%
Color previews
#ecc5db text on a black background
contrast 13.58:1
Card sample
#ecc5db text on a white background
contrast 1.55:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ecc5db;
Background color
Panel with #ecc5db background
background-color: #ecc5db;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ecc5db;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(236, 197, 219, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(236, 197, 219, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ecc5db; background: linear-gradient(135deg, #ecc5db, #ECC9C5);