#e7cfdf
a pale, soft magenta / pink · warm · closest name: lavender
RGB
231, 207, 223
HSL
320°, 33%, 86%
CMYK
0, 10, 4, 9
Luminance
0.6694
Every format
| HEX | #e7cfdf |
| RGB | rgb(231, 207, 223) |
| HSL | hsl(320, 33%, 86%) |
| CMYK | cmyk(0%, 10%, 4%, 9%) |
| LAB | lab(85.5 11.1 -4.8) |
| LCH | lch(85.5 12.1 336.4) |
| OKLCH | oklch(0.879 0.034 338.0) |
Copy-ready code
/* CSS */
color: #e7cfdf;
background-color: #e7cfdf;
/* Tailwind (arbitrary) */
class="text-[#e7cfdf] bg-[#e7cfdf]"
/* SCSS */
$brand: #e7cfdf;
/* SwiftUI */
Color(red: 0.906, green: 0.812, blue: 0.875)
/* Android */
Color.parseColor("#e7cfdf")Accessibility — WCAG contrast
Aa
#e7cfdf on white: 1.46:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e7cfdf on black: 14.39:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red90.6%
Green81.2%
Blue87.5%
CMYK percentages
Cyan0.0%
Magenta10.4%
Yellow3.5%
Key (black)9.4%
Color previews
#e7cfdf text on a black background
contrast 14.39:1
Card sample
#e7cfdf text on a white background
contrast 1.46:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e7cfdf;
Background color
Panel with #e7cfdf background
background-color: #e7cfdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e7cfdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(231, 207, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(231, 207, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e7cfdf; background: linear-gradient(135deg, #e7cfdf, #E7CFCF);