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