#eccbfe
a pale, electric violet · warm · closest name: plum
RGB
236, 203, 254
HSL
279°, 96%, 90%
CMYK
7, 20, 0, 0
Luminance
0.6770
Every format
| HEX | #eccbfe |
| RGB | rgb(236, 203, 254) |
| HSL | hsl(279, 96%, 90%) |
| CMYK | cmyk(7%, 20%, 0%, 0%) |
| LAB | lab(85.9 20.6 -20.7) |
| LCH | lch(85.9 29.2 314.9) |
| OKLCH | oklch(0.886 0.077 313.6) |
Copy-ready code
/* CSS */
color: #eccbfe;
background-color: #eccbfe;
/* Tailwind (arbitrary) */
class="text-[#eccbfe] bg-[#eccbfe]"
/* SCSS */
$brand: #eccbfe;
/* SwiftUI */
Color(red: 0.925, green: 0.796, blue: 0.996)
/* Android */
Color.parseColor("#eccbfe")Accessibility — WCAG contrast
Aa
#eccbfe on white: 1.44:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eccbfe on black: 14.54:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.5%
Green79.6%
Blue99.6%
CMYK percentages
Cyan7.1%
Magenta20.1%
Yellow0.0%
Key (black)0.4%
Color previews
#eccbfe text on a black background
contrast 14.54:1
Card sample
#eccbfe text on a white background
contrast 1.44:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eccbfe;
Background color
Panel with #eccbfe background
background-color: #eccbfe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eccbfe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(236, 203, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(236, 203, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eccbfe; background: linear-gradient(135deg, #eccbfe, #FECBEE);