#ecc2f0
a pale, vivid magenta / pink · warm · closest name: plum
RGB
236, 194, 240
HSL
295°, 61%, 85%
CMYK
2, 19, 0, 6
Luminance
0.6271
Every format
| HEX | #ecc2f0 |
| RGB | rgb(236, 194, 240) |
| HSL | hsl(295, 61%, 85%) |
| CMYK | cmyk(2%, 19%, 0%, 6%) |
| LAB | lab(83.3 22.7 -17.1) |
| LCH | lch(83.3 28.4 323.0) |
| OKLCH | oklch(0.865 0.077 323.4) |
Copy-ready code
/* CSS */
color: #ecc2f0;
background-color: #ecc2f0;
/* Tailwind (arbitrary) */
class="text-[#ecc2f0] bg-[#ecc2f0]"
/* SCSS */
$brand: #ecc2f0;
/* SwiftUI */
Color(red: 0.925, green: 0.761, blue: 0.941)
/* Android */
Color.parseColor("#ecc2f0")Accessibility — WCAG contrast
Aa
#ecc2f0 on white: 1.55:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ecc2f0 on black: 13.54:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.5%
Green76.1%
Blue94.1%
CMYK percentages
Cyan1.7%
Magenta19.2%
Yellow0.0%
Key (black)5.9%
Color previews
#ecc2f0 text on a black background
contrast 13.54:1
Card sample
#ecc2f0 text on a white background
contrast 1.55:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ecc2f0;
Background color
Panel with #ecc2f0 background
background-color: #ecc2f0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ecc2f0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(236, 194, 240, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(236, 194, 240, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ecc2f0; background: linear-gradient(135deg, #ecc2f0, #F0C2D5);