#edcdfb
a pale, electric violet · warm · closest name: lavender
RGB
237, 205, 251
HSL
282°, 85%, 89%
CMYK
6, 18, 0, 2
Luminance
0.6863
Every format
| HEX | #edcdfb |
| RGB | rgb(237, 205, 251) |
| HSL | hsl(282, 85%, 89%) |
| CMYK | cmyk(6%, 18%, 0%, 2%) |
| LAB | lab(86.3 19.3 -18.4) |
| LCH | lch(86.3 26.6 316.4) |
| OKLCH | oklch(0.889 0.071 315.6) |
Copy-ready code
/* CSS */
color: #edcdfb;
background-color: #edcdfb;
/* Tailwind (arbitrary) */
class="text-[#edcdfb] bg-[#edcdfb]"
/* SCSS */
$brand: #edcdfb;
/* SwiftUI */
Color(red: 0.929, green: 0.804, blue: 0.984)
/* Android */
Color.parseColor("#edcdfb")Accessibility — WCAG contrast
Aa
#edcdfb on white: 1.43:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#edcdfb on black: 14.73:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.9%
Green80.4%
Blue98.4%
CMYK percentages
Cyan5.6%
Magenta18.3%
Yellow0.0%
Key (black)1.6%
Color previews
#edcdfb text on a black background
contrast 14.73:1
Card sample
#edcdfb text on a white background
contrast 1.43:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #edcdfb;
Background color
Panel with #edcdfb background
background-color: #edcdfb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #edcdfb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(237, 205, 251, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(237, 205, 251, 0.45);
Border & gradient
Gradient panel
border: 3px solid #edcdfb; background: linear-gradient(135deg, #edcdfb, #FBCDEA);