#eccbf5
a pale, vivid violet · warm · closest name: lavender
RGB
236, 203, 245
HSL
287°, 68%, 88%
CMYK
4, 17, 0, 4
Luminance
0.6714
Every format
| HEX | #eccbf5 |
| RGB | rgb(236, 203, 245) |
| HSL | hsl(287, 68%, 88%) |
| CMYK | cmyk(4%, 17%, 0%, 4%) |
| LAB | lab(85.6 18.9 -16.3) |
| LCH | lch(85.6 24.9 319.1) |
| OKLCH | oklch(0.883 0.067 318.9) |
Copy-ready code
/* CSS */
color: #eccbf5;
background-color: #eccbf5;
/* Tailwind (arbitrary) */
class="text-[#eccbf5] bg-[#eccbf5]"
/* SCSS */
$brand: #eccbf5;
/* SwiftUI */
Color(red: 0.925, green: 0.796, blue: 0.961)
/* Android */
Color.parseColor("#eccbf5")Accessibility — WCAG contrast
Aa
#eccbf5 on white: 1.46:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eccbf5 on black: 14.43:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.5%
Green79.6%
Blue96.1%
CMYK percentages
Cyan3.7%
Magenta17.1%
Yellow0.0%
Key (black)3.9%
Color previews
#eccbf5 text on a black background
contrast 14.43:1
Card sample
#eccbf5 text on a white background
contrast 1.46:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eccbf5;
Background color
Panel with #eccbf5 background
background-color: #eccbf5;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eccbf5;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(236, 203, 245, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(236, 203, 245, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eccbf5; background: linear-gradient(135deg, #eccbf5, #F5CBE2);