#e6dafc
a pale, electric violet · warm · closest name: lavender
RGB
230, 218, 252
HSL
261°, 85%, 92%
CMYK
9, 14, 0, 1
Luminance
0.7399
Every format
| HEX | #e6dafc |
| RGB | rgb(230, 218, 252) |
| HSL | hsl(261, 85%, 92%) |
| CMYK | cmyk(9%, 14%, 0%, 1%) |
| LAB | lab(88.9 10.4 -15.1) |
| LCH | lch(88.9 18.3 304.5) |
| OKLCH | oklch(0.908 0.048 301.5) |
Copy-ready code
/* CSS */
color: #e6dafc;
background-color: #e6dafc;
/* Tailwind (arbitrary) */
class="text-[#e6dafc] bg-[#e6dafc]"
/* SCSS */
$brand: #e6dafc;
/* SwiftUI */
Color(red: 0.902, green: 0.855, blue: 0.988)
/* Android */
Color.parseColor("#e6dafc")Accessibility — WCAG contrast
Aa
#e6dafc on white: 1.33:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e6dafc on black: 15.80:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red90.2%
Green85.5%
Blue98.8%
CMYK percentages
Cyan8.7%
Magenta13.5%
Yellow0.0%
Key (black)1.2%
Color previews
#e6dafc text on a black background
contrast 15.80:1
Card sample
#e6dafc text on a white background
contrast 1.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e6dafc;
Background color
Panel with #e6dafc background
background-color: #e6dafc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e6dafc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(230, 218, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(230, 218, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e6dafc; background: linear-gradient(135deg, #e6dafc, #FCDAFB);