#ecb2eb
a light, vivid magenta / pink · warm · closest name: plum
RGB
236, 178, 235
HSL
301°, 60%, 81%
CMYK
0, 25, 0, 8
Luminance
0.5567
Every format
| HEX | #ecb2eb |
| RGB | rgb(236, 178, 235) |
| HSL | hsl(301, 60%, 81%) |
| CMYK | cmyk(0%, 25%, 0%, 8%) |
| LAB | lab(79.4 30.3 -20.3) |
| LCH | lch(79.4 36.5 326.3) |
| OKLCH | oklch(0.835 0.100 327.0) |
Copy-ready code
/* CSS */
color: #ecb2eb;
background-color: #ecb2eb;
/* Tailwind (arbitrary) */
class="text-[#ecb2eb] bg-[#ecb2eb]"
/* SCSS */
$brand: #ecb2eb;
/* SwiftUI */
Color(red: 0.925, green: 0.698, blue: 0.922)
/* Android */
Color.parseColor("#ecb2eb")Accessibility — WCAG contrast
Aa
#ecb2eb on white: 1.73:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ecb2eb on black: 12.13:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.5%
Green69.8%
Blue92.2%
CMYK percentages
Cyan0.0%
Magenta24.6%
Yellow0.4%
Key (black)7.5%
Color previews
#ecb2eb text on a black background
contrast 12.13:1
Card sample
#ecb2eb text on a white background
contrast 1.73:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ecb2eb;
Background color
Panel with #ecb2eb background
background-color: #ecb2eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ecb2eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(236, 178, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(236, 178, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ecb2eb; background: linear-gradient(135deg, #ecb2eb, #ECB2C4);