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