#ecc8fd
a pale, electric violet · warm · closest name: plum
RGB
236, 200, 253
HSL
281°, 93%, 89%
CMYK
7, 21, 0, 1
Luminance
0.6623
Every format
| HEX | #ecc8fd |
| RGB | rgb(236, 200, 253) |
| HSL | hsl(281, 93%, 89%) |
| CMYK | cmyk(7%, 21%, 0%, 1%) |
| LAB | lab(85.1 22.0 -21.3) |
| LCH | lch(85.1 30.6 316.0) |
| OKLCH | oklch(0.880 0.081 314.9) |
Copy-ready code
/* CSS */
color: #ecc8fd;
background-color: #ecc8fd;
/* Tailwind (arbitrary) */
class="text-[#ecc8fd] bg-[#ecc8fd]"
/* SCSS */
$brand: #ecc8fd;
/* SwiftUI */
Color(red: 0.925, green: 0.784, blue: 0.992)
/* Android */
Color.parseColor("#ecc8fd")Accessibility — WCAG contrast
Aa
#ecc8fd on white: 1.47:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ecc8fd on black: 14.25:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.5%
Green78.4%
Blue99.2%
CMYK percentages
Cyan6.7%
Magenta20.9%
Yellow0.0%
Key (black)0.8%
Color previews
#ecc8fd text on a black background
contrast 14.25:1
Card sample
#ecc8fd text on a white background
contrast 1.47:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ecc8fd;
Background color
Panel with #ecc8fd background
background-color: #ecc8fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ecc8fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(236, 200, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(236, 200, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ecc8fd; background: linear-gradient(135deg, #ecc8fd, #FDC8EB);