#ecaef2
a light, vivid magenta / pink · warm · closest name: plum
RGB
236, 174, 242
HSL
295°, 72%, 82%
CMYK
3, 28, 0, 5
Luminance
0.5452
Every format
| HEX | #ecaef2 |
| RGB | rgb(236, 174, 242) |
| HSL | hsl(295, 72%, 82%) |
| CMYK | cmyk(3%, 28%, 0%, 5%) |
| LAB | lab(78.8 33.8 -25.0) |
| LCH | lch(78.8 42.0 323.4) |
| OKLCH | oklch(0.830 0.114 323.6) |
Copy-ready code
/* CSS */
color: #ecaef2;
background-color: #ecaef2;
/* Tailwind (arbitrary) */
class="text-[#ecaef2] bg-[#ecaef2]"
/* SCSS */
$brand: #ecaef2;
/* SwiftUI */
Color(red: 0.925, green: 0.682, blue: 0.949)
/* Android */
Color.parseColor("#ecaef2")Accessibility — WCAG contrast
Aa
#ecaef2 on white: 1.76:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ecaef2 on black: 11.90:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.5%
Green68.2%
Blue94.9%
CMYK percentages
Cyan2.5%
Magenta28.1%
Yellow0.0%
Key (black)5.1%
Color previews
#ecaef2 text on a black background
contrast 11.90:1
Card sample
#ecaef2 text on a white background
contrast 1.76:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ecaef2;
Background color
Panel with #ecaef2 background
background-color: #ecaef2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ecaef2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(236, 174, 242, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(236, 174, 242, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ecaef2; background: linear-gradient(135deg, #ecaef2, #F2AECB);