#e3cfdf
a pale, soft magenta / pink · warm · closest name: lavender
RGB
227, 207, 223
HSL
312°, 26%, 85%
CMYK
0, 9, 2, 11
Luminance
0.6628
Every format
| HEX | #e3cfdf |
| RGB | rgb(227, 207, 223) |
| HSL | hsl(312, 26%, 85%) |
| CMYK | cmyk(0%, 9%, 2%, 11%) |
| LAB | lab(85.1 9.7 -5.4) |
| LCH | lch(85.1 11.1 331.1) |
| OKLCH | oklch(0.876 0.031 332.5) |
Copy-ready code
/* CSS */
color: #e3cfdf;
background-color: #e3cfdf;
/* Tailwind (arbitrary) */
class="text-[#e3cfdf] bg-[#e3cfdf]"
/* SCSS */
$brand: #e3cfdf;
/* SwiftUI */
Color(red: 0.890, green: 0.812, blue: 0.875)
/* Android */
Color.parseColor("#e3cfdf")Accessibility — WCAG contrast
Aa
#e3cfdf on white: 1.47:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e3cfdf on black: 14.26:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red89.0%
Green81.2%
Blue87.5%
CMYK percentages
Cyan0.0%
Magenta8.8%
Yellow1.8%
Key (black)11.0%
Color previews
#e3cfdf text on a black background
contrast 14.26:1
Card sample
#e3cfdf text on a white background
contrast 1.47:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e3cfdf;
Background color
Panel with #e3cfdf background
background-color: #e3cfdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e3cfdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(227, 207, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(227, 207, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e3cfdf; background: linear-gradient(135deg, #e3cfdf, #E3CFD2);