#ebcddf
a pale, soft magenta / pink · warm · closest name: lavender
RGB
235, 205, 223
HSL
324°, 43%, 86%
CMYK
0, 13, 5, 8
Luminance
0.6665
Every format
| HEX | #ebcddf |
| RGB | rgb(235, 205, 223) |
| HSL | hsl(324, 43%, 86%) |
| CMYK | cmyk(0%, 13%, 5%, 8%) |
| LAB | lab(85.3 13.5 -5.0) |
| LCH | lch(85.3 14.4 339.6) |
| OKLCH | oklch(0.879 0.041 341.3) |
Copy-ready code
/* CSS */
color: #ebcddf;
background-color: #ebcddf;
/* Tailwind (arbitrary) */
class="text-[#ebcddf] bg-[#ebcddf]"
/* SCSS */
$brand: #ebcddf;
/* SwiftUI */
Color(red: 0.922, green: 0.804, blue: 0.875)
/* Android */
Color.parseColor("#ebcddf")Accessibility — WCAG contrast
Aa
#ebcddf on white: 1.47:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ebcddf on black: 14.33:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green80.4%
Blue87.5%
CMYK percentages
Cyan0.0%
Magenta12.8%
Yellow5.1%
Key (black)7.8%
Color previews
#ebcddf text on a black background
contrast 14.33:1
Card sample
#ebcddf text on a white background
contrast 1.47:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ebcddf;
Background color
Panel with #ebcddf background
background-color: #ebcddf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ebcddf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 205, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 205, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ebcddf; background: linear-gradient(135deg, #ebcddf, #EBCFCD);