#eccbf7
a pale, vivid violet · warm · closest name: lavender
RGB
236, 203, 247
HSL
285°, 73%, 88%
CMYK
5, 18, 0, 3
Luminance
0.6726
Every format
| HEX | #eccbf7 |
| RGB | rgb(236, 203, 247) |
| HSL | hsl(285, 73%, 88%) |
| CMYK | cmyk(5%, 18%, 0%, 3%) |
| LAB | lab(85.6 19.3 -17.3) |
| LCH | lch(85.6 25.9 318.1) |
| OKLCH | oklch(0.884 0.069 317.6) |
Copy-ready code
/* CSS */
color: #eccbf7;
background-color: #eccbf7;
/* Tailwind (arbitrary) */
class="text-[#eccbf7] bg-[#eccbf7]"
/* SCSS */
$brand: #eccbf7;
/* SwiftUI */
Color(red: 0.925, green: 0.796, blue: 0.969)
/* Android */
Color.parseColor("#eccbf7")Accessibility — WCAG contrast
Aa
#eccbf7 on white: 1.45:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eccbf7 on black: 14.45:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.5%
Green79.6%
Blue96.9%
CMYK percentages
Cyan4.5%
Magenta17.8%
Yellow0.0%
Key (black)3.1%
Color previews
#eccbf7 text on a black background
contrast 14.45:1
Card sample
#eccbf7 text on a white background
contrast 1.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eccbf7;
Background color
Panel with #eccbf7 background
background-color: #eccbf7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eccbf7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(236, 203, 247, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(236, 203, 247, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eccbf7; background: linear-gradient(135deg, #eccbf7, #F7CBE5);