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