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