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