#eccefd
a pale, electric violet · warm · closest name: lavender
RGB
236, 206, 253
HSL
278°, 92%, 90%
CMYK
7, 19, 0, 1
Luminance
0.6907
Every format
| HEX | #eccefd |
| RGB | rgb(236, 206, 253) |
| HSL | hsl(278, 92%, 90%) |
| CMYK | cmyk(7%, 19%, 0%, 1%) |
| LAB | lab(86.5 18.8 -19.1) |
| LCH | lch(86.5 26.8 314.5) |
| OKLCH | oklch(0.891 0.071 313.3) |
Copy-ready code
/* CSS */
color: #eccefd;
background-color: #eccefd;
/* Tailwind (arbitrary) */
class="text-[#eccefd] bg-[#eccefd]"
/* SCSS */
$brand: #eccefd;
/* SwiftUI */
Color(red: 0.925, green: 0.808, blue: 0.992)
/* Android */
Color.parseColor("#eccefd")Accessibility — WCAG contrast
Aa
#eccefd on white: 1.42:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eccefd on black: 14.81:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.5%
Green80.8%
Blue99.2%
CMYK percentages
Cyan6.7%
Magenta18.6%
Yellow0.0%
Key (black)0.8%
Color previews
#eccefd text on a black background
contrast 14.81:1
Card sample
#eccefd text on a white background
contrast 1.42:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eccefd;
Background color
Panel with #eccefd background
background-color: #eccefd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eccefd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(236, 206, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(236, 206, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eccefd; background: linear-gradient(135deg, #eccefd, #FDCEEF);