#eccbfd
a pale, electric violet · warm · closest name: plum
RGB
236, 203, 253
HSL
280°, 93%, 89%
CMYK
7, 20, 0, 1
Luminance
0.6764
Every format
| HEX | #eccbfd |
| RGB | rgb(236, 203, 253) |
| HSL | hsl(280, 93%, 89%) |
| CMYK | cmyk(7%, 20%, 0%, 1%) |
| LAB | lab(85.8 20.4 -20.2) |
| LCH | lch(85.8 28.7 315.3) |
| OKLCH | oklch(0.886 0.076 314.1) |
Copy-ready code
/* CSS */
color: #eccbfd;
background-color: #eccbfd;
/* Tailwind (arbitrary) */
class="text-[#eccbfd] bg-[#eccbfd]"
/* SCSS */
$brand: #eccbfd;
/* SwiftUI */
Color(red: 0.925, green: 0.796, blue: 0.992)
/* Android */
Color.parseColor("#eccbfd")Accessibility — WCAG contrast
Aa
#eccbfd on white: 1.45:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eccbfd on black: 14.53:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.5%
Green79.6%
Blue99.2%
CMYK percentages
Cyan6.7%
Magenta19.8%
Yellow0.0%
Key (black)0.8%
Color previews
#eccbfd text on a black background
contrast 14.53:1
Card sample
#eccbfd text on a white background
contrast 1.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eccbfd;
Background color
Panel with #eccbfd background
background-color: #eccbfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eccbfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(236, 203, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(236, 203, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eccbfd; background: linear-gradient(135deg, #eccbfd, #FDCBED);