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