#edcbf2
a pale, vivid magenta / pink · warm · closest name: lavender
RGB
237, 203, 242
HSL
292°, 60%, 87%
CMYK
2, 16, 0, 5
Luminance
0.6713
Every format
| HEX | #edcbf2 |
| RGB | rgb(237, 203, 242) |
| HSL | hsl(292, 60%, 87%) |
| CMYK | cmyk(2%, 16%, 0%, 5%) |
| LAB | lab(85.6 18.6 -14.7) |
| LCH | lch(85.6 23.8 321.7) |
| OKLCH | oklch(0.883 0.064 322.0) |
Copy-ready code
/* CSS */
color: #edcbf2;
background-color: #edcbf2;
/* Tailwind (arbitrary) */
class="text-[#edcbf2] bg-[#edcbf2]"
/* SCSS */
$brand: #edcbf2;
/* SwiftUI */
Color(red: 0.929, green: 0.796, blue: 0.949)
/* Android */
Color.parseColor("#edcbf2")Accessibility — WCAG contrast
Aa
#edcbf2 on white: 1.46:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#edcbf2 on black: 14.43:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.9%
Green79.6%
Blue94.9%
CMYK percentages
Cyan2.1%
Magenta16.1%
Yellow0.0%
Key (black)5.1%
Color previews
#edcbf2 text on a black background
contrast 14.43:1
Card sample
#edcbf2 text on a white background
contrast 1.46:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #edcbf2;
Background color
Panel with #edcbf2 background
background-color: #edcbf2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #edcbf2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(237, 203, 242, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(237, 203, 242, 0.45);
Border & gradient
Gradient panel
border: 3px solid #edcbf2; background: linear-gradient(135deg, #edcbf2, #F2CBDD);