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