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