#ecb4eb
a light, vivid magenta / pink · warm · closest name: plum
RGB
236, 180, 235
HSL
301°, 60%, 82%
CMYK
0, 24, 0, 8
Luminance
0.5647
Every format
| HEX | #ecb4eb |
| RGB | rgb(236, 180, 235) |
| HSL | hsl(301, 60%, 82%) |
| CMYK | cmyk(0%, 24%, 0%, 8%) |
| LAB | lab(79.9 29.3 -19.6) |
| LCH | lch(79.9 35.2 326.2) |
| OKLCH | oklch(0.838 0.097 327.0) |
Copy-ready code
/* CSS */
color: #ecb4eb;
background-color: #ecb4eb;
/* Tailwind (arbitrary) */
class="text-[#ecb4eb] bg-[#ecb4eb]"
/* SCSS */
$brand: #ecb4eb;
/* SwiftUI */
Color(red: 0.925, green: 0.706, blue: 0.922)
/* Android */
Color.parseColor("#ecb4eb")Accessibility — WCAG contrast
Aa
#ecb4eb on white: 1.71:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ecb4eb on black: 12.29:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.5%
Green70.6%
Blue92.2%
CMYK percentages
Cyan0.0%
Magenta23.7%
Yellow0.4%
Key (black)7.5%
Color previews
#ecb4eb text on a black background
contrast 12.29:1
Card sample
#ecb4eb text on a white background
contrast 1.71:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ecb4eb;
Background color
Panel with #ecb4eb background
background-color: #ecb4eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ecb4eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(236, 180, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(236, 180, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ecb4eb; background: linear-gradient(135deg, #ecb4eb, #ECB4C6);