#edcefc
a pale, electric violet · warm · closest name: lavender
RGB
237, 206, 252
HSL
280°, 89%, 90%
CMYK
6, 18, 0, 1
Luminance
0.6918
Every format
| HEX | #edcefc |
| RGB | rgb(237, 206, 252) |
| HSL | hsl(280, 89%, 90%) |
| CMYK | cmyk(6%, 18%, 0%, 1%) |
| LAB | lab(86.6 18.9 -18.5) |
| LCH | lch(86.6 26.5 315.7) |
| OKLCH | oklch(0.892 0.070 314.7) |
Copy-ready code
/* CSS */
color: #edcefc;
background-color: #edcefc;
/* Tailwind (arbitrary) */
class="text-[#edcefc] bg-[#edcefc]"
/* SCSS */
$brand: #edcefc;
/* SwiftUI */
Color(red: 0.929, green: 0.808, blue: 0.988)
/* Android */
Color.parseColor("#edcefc")Accessibility — WCAG contrast
Aa
#edcefc on white: 1.42:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#edcefc on black: 14.84:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.9%
Green80.8%
Blue98.8%
CMYK percentages
Cyan6.0%
Magenta18.3%
Yellow0.0%
Key (black)1.2%
Color previews
#edcefc text on a black background
contrast 14.84:1
Card sample
#edcefc text on a white background
contrast 1.42:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #edcefc;
Background color
Panel with #edcefc background
background-color: #edcefc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #edcefc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(237, 206, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(237, 206, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #edcefc; background: linear-gradient(135deg, #edcefc, #FCCEEC);