#ecdffc
a pale, electric violet · warm · closest name: lavender
RGB
236, 223, 252
HSL
267°, 83%, 93%
CMYK
6, 12, 0, 1
Luminance
0.7764
Every format
| HEX | #ecdffc |
| RGB | rgb(236, 223, 252) |
| HSL | hsl(267, 83%, 93%) |
| CMYK | cmyk(6%, 12%, 0%, 1%) |
| LAB | lab(90.6 9.7 -12.5) |
| LCH | lch(90.6 15.8 307.8) |
| OKLCH | oklch(0.923 0.041 305.8) |
Copy-ready code
/* CSS */
color: #ecdffc;
background-color: #ecdffc;
/* Tailwind (arbitrary) */
class="text-[#ecdffc] bg-[#ecdffc]"
/* SCSS */
$brand: #ecdffc;
/* SwiftUI */
Color(red: 0.925, green: 0.875, blue: 0.988)
/* Android */
Color.parseColor("#ecdffc")Accessibility — WCAG contrast
Aa
#ecdffc on white: 1.27:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ecdffc on black: 16.53:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.5%
Green87.5%
Blue98.8%
CMYK percentages
Cyan6.3%
Magenta11.5%
Yellow0.0%
Key (black)1.2%
Color previews
#ecdffc text on a black background
contrast 16.53:1
Card sample
#ecdffc text on a white background
contrast 1.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ecdffc;
Background color
Panel with #ecdffc background
background-color: #ecdffc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ecdffc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(236, 223, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(236, 223, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ecdffc; background: linear-gradient(135deg, #ecdffc, #FCDFF9);