#edd7f0
a pale, vivid magenta / pink · warm · closest name: lavender
RGB
237, 215, 240
HSL
293°, 46%, 89%
CMYK
1, 10, 0, 6
Luminance
0.7290
Every format
| HEX | #edd7f0 |
| RGB | rgb(237, 215, 240) |
| HSL | hsl(293, 46%, 89%) |
| CMYK | cmyk(1%, 10%, 0%, 6%) |
| LAB | lab(88.4 11.9 -9.4) |
| LCH | lch(88.4 15.2 321.6) |
| OKLCH | oklch(0.904 0.041 322.2) |
Copy-ready code
/* CSS */
color: #edd7f0;
background-color: #edd7f0;
/* Tailwind (arbitrary) */
class="text-[#edd7f0] bg-[#edd7f0]"
/* SCSS */
$brand: #edd7f0;
/* SwiftUI */
Color(red: 0.929, green: 0.843, blue: 0.941)
/* Android */
Color.parseColor("#edd7f0")Accessibility — WCAG contrast
Aa
#edd7f0 on white: 1.35:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#edd7f0 on black: 15.58:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.9%
Green84.3%
Blue94.1%
CMYK percentages
Cyan1.2%
Magenta10.4%
Yellow0.0%
Key (black)5.9%
Color previews
#edd7f0 text on a black background
contrast 15.58:1
Card sample
#edd7f0 text on a white background
contrast 1.35:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #edd7f0;
Background color
Panel with #edd7f0 background
background-color: #edd7f0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #edd7f0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(237, 215, 240, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(237, 215, 240, 0.45);
Border & gradient
Gradient panel
border: 3px solid #edd7f0; background: linear-gradient(135deg, #edd7f0, #F0D7E2);