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