#ecb2db
a light, vivid magenta / pink · warm · closest name: plum
RGB
236, 178, 219
HSL
318°, 60%, 81%
CMYK
0, 25, 7, 8
Luminance
0.5479
Every format
| HEX | #ecb2db |
| RGB | rgb(236, 178, 219) |
| HSL | hsl(318, 60%, 81%) |
| CMYK | cmyk(0%, 25%, 7%, 8%) |
| LAB | lab(78.9 27.5 -12.4) |
| LCH | lch(78.9 30.2 335.8) |
| OKLCH | oklch(0.829 0.086 337.4) |
Copy-ready code
/* CSS */
color: #ecb2db;
background-color: #ecb2db;
/* Tailwind (arbitrary) */
class="text-[#ecb2db] bg-[#ecb2db]"
/* SCSS */
$brand: #ecb2db;
/* SwiftUI */
Color(red: 0.925, green: 0.698, blue: 0.859)
/* Android */
Color.parseColor("#ecb2db")Accessibility — WCAG contrast
Aa
#ecb2db on white: 1.76:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ecb2db on black: 11.96:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.5%
Green69.8%
Blue85.9%
CMYK percentages
Cyan0.0%
Magenta24.6%
Yellow7.2%
Key (black)7.5%
Color previews
#ecb2db text on a black background
contrast 11.96:1
Card sample
#ecb2db text on a white background
contrast 1.76:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ecb2db;
Background color
Panel with #ecb2db background
background-color: #ecb2db;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ecb2db;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(236, 178, 219, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(236, 178, 219, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ecb2db; background: linear-gradient(135deg, #ecb2db, #ECB2B4);