#ecbeee
a light, vivid magenta / pink · warm · closest name: plum
RGB
236, 190, 238
HSL
298°, 59%, 84%
CMYK
1, 20, 0, 7
Luminance
0.6083
Every format
| HEX | #ecbeee |
| RGB | rgb(236, 190, 238) |
| HSL | hsl(298, 59%, 84%) |
| CMYK | cmyk(1%, 20%, 0%, 7%) |
| LAB | lab(82.3 24.5 -17.5) |
| LCH | lch(82.3 30.1 324.4) |
| OKLCH | oklch(0.857 0.082 324.9) |
Copy-ready code
/* CSS */
color: #ecbeee;
background-color: #ecbeee;
/* Tailwind (arbitrary) */
class="text-[#ecbeee] bg-[#ecbeee]"
/* SCSS */
$brand: #ecbeee;
/* SwiftUI */
Color(red: 0.925, green: 0.745, blue: 0.933)
/* Android */
Color.parseColor("#ecbeee")Accessibility — WCAG contrast
Aa
#ecbeee on white: 1.59:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ecbeee on black: 13.17:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.5%
Green74.5%
Blue93.3%
CMYK percentages
Cyan0.8%
Magenta20.2%
Yellow0.0%
Key (black)6.7%
Color previews
#ecbeee text on a black background
contrast 13.17:1
Card sample
#ecbeee text on a white background
contrast 1.59:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ecbeee;
Background color
Panel with #ecbeee background
background-color: #ecbeee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ecbeee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(236, 190, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(236, 190, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ecbeee; background: linear-gradient(135deg, #ecbeee, #EEBED0);