#ecabfd
a light, electric violet · warm · closest name: plum
RGB
236, 171, 253
HSL
288°, 95%, 83%
CMYK
7, 32, 0, 1
Luminance
0.5405
Every format
| HEX | #ecabfd |
| RGB | rgb(236, 171, 253) |
| HSL | hsl(288, 95%, 83%) |
| CMYK | cmyk(7%, 32%, 0%, 1%) |
| LAB | lab(78.5 37.4 -31.4) |
| LCH | lch(78.5 48.8 320.0) |
| OKLCH | oklch(0.830 0.131 319.2) |
Copy-ready code
/* CSS */
color: #ecabfd;
background-color: #ecabfd;
/* Tailwind (arbitrary) */
class="text-[#ecabfd] bg-[#ecabfd]"
/* SCSS */
$brand: #ecabfd;
/* SwiftUI */
Color(red: 0.925, green: 0.671, blue: 0.992)
/* Android */
Color.parseColor("#ecabfd")Accessibility — WCAG contrast
Aa
#ecabfd on white: 1.78:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ecabfd on black: 11.81:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.5%
Green67.1%
Blue99.2%
CMYK percentages
Cyan6.7%
Magenta32.4%
Yellow0.0%
Key (black)0.8%
Color previews
#ecabfd text on a black background
contrast 11.81:1
Card sample
#ecabfd text on a white background
contrast 1.78:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ecabfd;
Background color
Panel with #ecabfd background
background-color: #ecabfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ecabfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(236, 171, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(236, 171, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ecabfd; background: linear-gradient(135deg, #ecabfd, #FDABD7);