#ecafdf
a light, vivid magenta / pink · warm · closest name: plum
RGB
236, 175, 223
HSL
313°, 62%, 81%
CMYK
0, 26, 6, 8
Luminance
0.5382
Every format
| HEX | #ecafdf |
| RGB | rgb(236, 175, 223) |
| HSL | hsl(313, 62%, 81%) |
| CMYK | cmyk(0%, 26%, 6%, 8%) |
| LAB | lab(78.4 29.8 -15.4) |
| LCH | lch(78.4 33.5 332.7) |
| OKLCH | oklch(0.825 0.094 334.1) |
Copy-ready code
/* CSS */
color: #ecafdf;
background-color: #ecafdf;
/* Tailwind (arbitrary) */
class="text-[#ecafdf] bg-[#ecafdf]"
/* SCSS */
$brand: #ecafdf;
/* SwiftUI */
Color(red: 0.925, green: 0.686, blue: 0.875)
/* Android */
Color.parseColor("#ecafdf")Accessibility — WCAG contrast
Aa
#ecafdf on white: 1.79:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ecafdf on black: 11.76:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.5%
Green68.6%
Blue87.5%
CMYK percentages
Cyan0.0%
Magenta25.8%
Yellow5.5%
Key (black)7.5%
Color previews
#ecafdf text on a black background
contrast 11.76:1
Card sample
#ecafdf text on a white background
contrast 1.79:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ecafdf;
Background color
Panel with #ecafdf background
background-color: #ecafdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ecafdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(236, 175, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(236, 175, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ecafdf; background: linear-gradient(135deg, #ecafdf, #ECAFB6);