#ece6fd
a pale, electric violet · warm · closest name: lavender
RGB
236, 230, 253
HSL
256°, 85%, 95%
CMYK
7, 9, 0, 1
Luminance
0.8152
Every format
| HEX | #ece6fd |
| RGB | rgb(236, 230, 253) |
| HSL | hsl(256, 85%, 95%) |
| CMYK | cmyk(7%, 9%, 0%, 1%) |
| LAB | lab(92.4 6.2 -10.4) |
| LCH | lch(92.4 12.1 300.9) |
| OKLCH | oklch(0.936 0.031 297.7) |
Copy-ready code
/* CSS */
color: #ece6fd;
background-color: #ece6fd;
/* Tailwind (arbitrary) */
class="text-[#ece6fd] bg-[#ece6fd]"
/* SCSS */
$brand: #ece6fd;
/* SwiftUI */
Color(red: 0.925, green: 0.902, blue: 0.992)
/* Android */
Color.parseColor("#ece6fd")Accessibility — WCAG contrast
Aa
#ece6fd on white: 1.21:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ece6fd on black: 17.30:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.5%
Green90.2%
Blue99.2%
CMYK percentages
Cyan6.7%
Magenta9.1%
Yellow0.0%
Key (black)0.8%
Color previews
#ece6fd text on a black background
contrast 17.30:1
Card sample
#ece6fd text on a white background
contrast 1.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ece6fd;
Background color
Panel with #ece6fd background
background-color: #ece6fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ece6fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(236, 230, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(236, 230, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ece6fd; background: linear-gradient(135deg, #ece6fd, #FBE6FD);