#ecb2fe
a light, electric violet · warm · closest name: plum
RGB
236, 178, 254
HSL
286°, 97%, 85%
CMYK
7, 30, 0, 0
Luminance
0.5683
Every format
| HEX | #ecb2fe |
| RGB | rgb(236, 178, 254) |
| HSL | hsl(286, 97%, 85%) |
| CMYK | cmyk(7%, 30%, 0%, 0%) |
| LAB | lab(80.1 33.9 -29.5) |
| LCH | lch(80.1 44.9 319.0) |
| OKLCH | oklch(0.842 0.120 318.0) |
Copy-ready code
/* CSS */
color: #ecb2fe;
background-color: #ecb2fe;
/* Tailwind (arbitrary) */
class="text-[#ecb2fe] bg-[#ecb2fe]"
/* SCSS */
$brand: #ecb2fe;
/* SwiftUI */
Color(red: 0.925, green: 0.698, blue: 0.996)
/* Android */
Color.parseColor("#ecb2fe")Accessibility — WCAG contrast
Aa
#ecb2fe on white: 1.70:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ecb2fe on black: 12.37:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.5%
Green69.8%
Blue99.6%
CMYK percentages
Cyan7.1%
Magenta29.9%
Yellow0.0%
Key (black)0.4%
Color previews
#ecb2fe text on a black background
contrast 12.37:1
Card sample
#ecb2fe text on a white background
contrast 1.70:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ecb2fe;
Background color
Panel with #ecb2fe background
background-color: #ecb2fe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ecb2fe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(236, 178, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(236, 178, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ecb2fe; background: linear-gradient(135deg, #ecb2fe, #FEB2DD);