#edcceb
a pale, vivid magenta / pink · warm · closest name: lavender
RGB
237, 204, 235
HSL
304°, 48%, 87%
CMYK
0, 14, 1, 7
Luminance
0.6719
Every format
| HEX | #edcceb |
| RGB | rgb(237, 204, 235) |
| HSL | hsl(304, 48%, 87%) |
| CMYK | cmyk(0%, 14%, 1%, 7%) |
| LAB | lab(85.6 16.8 -11.0) |
| LCH | lch(85.6 20.1 326.9) |
| OKLCH | oklch(0.882 0.055 327.9) |
Copy-ready code
/* CSS */
color: #edcceb;
background-color: #edcceb;
/* Tailwind (arbitrary) */
class="text-[#edcceb] bg-[#edcceb]"
/* SCSS */
$brand: #edcceb;
/* SwiftUI */
Color(red: 0.929, green: 0.800, blue: 0.922)
/* Android */
Color.parseColor("#edcceb")Accessibility — WCAG contrast
Aa
#edcceb on white: 1.45:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#edcceb on black: 14.44:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.9%
Green80.0%
Blue92.2%
CMYK percentages
Cyan0.0%
Magenta13.9%
Yellow0.8%
Key (black)7.1%
Color previews
#edcceb text on a black background
contrast 14.44:1
Card sample
#edcceb text on a white background
contrast 1.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #edcceb;
Background color
Panel with #edcceb background
background-color: #edcceb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #edcceb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(237, 204, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(237, 204, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #edcceb; background: linear-gradient(135deg, #edcceb, #EDCCD5);