#edcdf6
a pale, vivid violet · warm · closest name: lavender
RGB
237, 205, 246
HSL
287°, 70%, 88%
CMYK
4, 17, 0, 4
Luminance
0.6832
Every format
| HEX | #edcdf6 |
| RGB | rgb(237, 205, 246) |
| HSL | hsl(287, 70%, 88%) |
| CMYK | cmyk(4%, 17%, 0%, 4%) |
| LAB | lab(86.2 18.3 -16.0) |
| LCH | lch(86.2 24.3 319.0) |
| OKLCH | oklch(0.888 0.065 318.8) |
Copy-ready code
/* CSS */
color: #edcdf6;
background-color: #edcdf6;
/* Tailwind (arbitrary) */
class="text-[#edcdf6] bg-[#edcdf6]"
/* SCSS */
$brand: #edcdf6;
/* SwiftUI */
Color(red: 0.929, green: 0.804, blue: 0.965)
/* Android */
Color.parseColor("#edcdf6")Accessibility — WCAG contrast
Aa
#edcdf6 on white: 1.43:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#edcdf6 on black: 14.66:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.9%
Green80.4%
Blue96.5%
CMYK percentages
Cyan3.7%
Magenta16.7%
Yellow0.0%
Key (black)3.5%
Color previews
#edcdf6 text on a black background
contrast 14.66:1
Card sample
#edcdf6 text on a white background
contrast 1.43:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #edcdf6;
Background color
Panel with #edcdf6 background
background-color: #edcdf6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #edcdf6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(237, 205, 246, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(237, 205, 246, 0.45);
Border & gradient
Gradient panel
border: 3px solid #edcdf6; background: linear-gradient(135deg, #edcdf6, #F6CDE4);