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