#edcff3
a pale, vivid magenta / pink · warm · closest name: lavender
RGB
237, 207, 243
HSL
290°, 60%, 88%
CMYK
3, 15, 0, 5
Luminance
0.6910
Every format
| HEX | #edcff3 |
| RGB | rgb(237, 207, 243) |
| HSL | hsl(290, 60%, 88%) |
| CMYK | cmyk(3%, 15%, 0%, 5%) |
| LAB | lab(86.5 16.7 -13.8) |
| LCH | lch(86.5 21.7 320.5) |
| OKLCH | oklch(0.890 0.058 320.6) |
Copy-ready code
/* CSS */
color: #edcff3;
background-color: #edcff3;
/* Tailwind (arbitrary) */
class="text-[#edcff3] bg-[#edcff3]"
/* SCSS */
$brand: #edcff3;
/* SwiftUI */
Color(red: 0.929, green: 0.812, blue: 0.953)
/* Android */
Color.parseColor("#edcff3")Accessibility — WCAG contrast
Aa
#edcff3 on white: 1.42:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#edcff3 on black: 14.82:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.9%
Green81.2%
Blue95.3%
CMYK percentages
Cyan2.5%
Magenta14.8%
Yellow0.0%
Key (black)4.7%
Color previews
#edcff3 text on a black background
contrast 14.82:1
Card sample
#edcff3 text on a white background
contrast 1.42:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #edcff3;
Background color
Panel with #edcff3 background
background-color: #edcff3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #edcff3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(237, 207, 243, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(237, 207, 243, 0.45);
Border & gradient
Gradient panel
border: 3px solid #edcff3; background: linear-gradient(135deg, #edcff3, #F3CFE1);