#e6ccdf
a pale, soft magenta / pink · warm · closest name: lavender
RGB
230, 204, 223
HSL
316°, 34%, 85%
CMYK
0, 11, 3, 10
Luminance
0.6534
Every format
| HEX | #e6ccdf |
| RGB | rgb(230, 204, 223) |
| HSL | hsl(316, 34%, 85%) |
| CMYK | cmyk(0%, 11%, 3%, 10%) |
| LAB | lab(84.7 12.3 -6.1) |
| LCH | lch(84.7 13.7 333.8) |
| OKLCH | oklch(0.872 0.038 335.4) |
Copy-ready code
/* CSS */
color: #e6ccdf;
background-color: #e6ccdf;
/* Tailwind (arbitrary) */
class="text-[#e6ccdf] bg-[#e6ccdf]"
/* SCSS */
$brand: #e6ccdf;
/* SwiftUI */
Color(red: 0.902, green: 0.800, blue: 0.875)
/* Android */
Color.parseColor("#e6ccdf")Accessibility — WCAG contrast
Aa
#e6ccdf on white: 1.49:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e6ccdf on black: 14.07:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red90.2%
Green80.0%
Blue87.5%
CMYK percentages
Cyan0.0%
Magenta11.3%
Yellow3.0%
Key (black)9.8%
Color previews
#e6ccdf text on a black background
contrast 14.07:1
Card sample
#e6ccdf text on a white background
contrast 1.49:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e6ccdf;
Background color
Panel with #e6ccdf background
background-color: #e6ccdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e6ccdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(230, 204, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(230, 204, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e6ccdf; background: linear-gradient(135deg, #e6ccdf, #E6CCCE);