#ecc6f5
a pale, vivid violet · warm · closest name: plum
RGB
236, 198, 245
HSL
289°, 70%, 87%
CMYK
4, 19, 0, 4
Luminance
0.6481
Every format
| HEX | #ecc6f5 |
| RGB | rgb(236, 198, 245) |
| HSL | hsl(289, 70%, 87%) |
| CMYK | cmyk(4%, 19%, 0%, 4%) |
| LAB | lab(84.4 21.5 -18.1) |
| LCH | lch(84.4 28.1 319.9) |
| OKLCH | oklch(0.874 0.075 319.8) |
Copy-ready code
/* CSS */
color: #ecc6f5;
background-color: #ecc6f5;
/* Tailwind (arbitrary) */
class="text-[#ecc6f5] bg-[#ecc6f5]"
/* SCSS */
$brand: #ecc6f5;
/* SwiftUI */
Color(red: 0.925, green: 0.776, blue: 0.961)
/* Android */
Color.parseColor("#ecc6f5")Accessibility — WCAG contrast
Aa
#ecc6f5 on white: 1.50:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ecc6f5 on black: 13.96:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.5%
Green77.6%
Blue96.1%
CMYK percentages
Cyan3.7%
Magenta19.2%
Yellow0.0%
Key (black)3.9%
Color previews
#ecc6f5 text on a black background
contrast 13.96:1
Card sample
#ecc6f5 text on a white background
contrast 1.50:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ecc6f5;
Background color
Panel with #ecc6f5 background
background-color: #ecc6f5;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ecc6f5;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(236, 198, 245, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(236, 198, 245, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ecc6f5; background: linear-gradient(135deg, #ecc6f5, #F5C6DF);