#e6dffc
a pale, electric blue · warm · closest name: lavender
RGB
230, 223, 252
HSL
255°, 83%, 93%
CMYK
9, 12, 0, 1
Luminance
0.7663
Every format
| HEX | #e6dffc |
| RGB | rgb(230, 223, 252) |
| HSL | hsl(255, 83%, 93%) |
| CMYK | cmyk(9%, 12%, 0%, 1%) |
| LAB | lab(90.2 7.7 -13.2) |
| LCH | lch(90.2 15.3 300.4) |
| OKLCH | oklch(0.918 0.040 296.7) |
Copy-ready code
/* CSS */
color: #e6dffc;
background-color: #e6dffc;
/* Tailwind (arbitrary) */
class="text-[#e6dffc] bg-[#e6dffc]"
/* SCSS */
$brand: #e6dffc;
/* SwiftUI */
Color(red: 0.902, green: 0.875, blue: 0.988)
/* Android */
Color.parseColor("#e6dffc")Accessibility — WCAG contrast
Aa
#e6dffc on white: 1.29:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e6dffc on black: 16.33:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red90.2%
Green87.5%
Blue98.8%
CMYK percentages
Cyan8.7%
Magenta11.5%
Yellow0.0%
Key (black)1.2%
Color previews
#e6dffc text on a black background
contrast 16.33:1
Card sample
#e6dffc text on a white background
contrast 1.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e6dffc;
Background color
Panel with #e6dffc background
background-color: #e6dffc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e6dffc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(230, 223, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(230, 223, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e6dffc; background: linear-gradient(135deg, #e6dffc, #F9DFFC);