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