#ecc5fc
a pale, electric violet · warm · closest name: plum
RGB
236, 197, 252
HSL
283°, 90%, 88%
CMYK
6, 22, 0, 1
Luminance
0.6479
Every format
| HEX | #ecc5fc |
| RGB | rgb(236, 197, 252) |
| HSL | hsl(283, 90%, 88%) |
| CMYK | cmyk(6%, 22%, 0%, 1%) |
| LAB | lab(84.4 23.4 -21.9) |
| LCH | lch(84.4 32.0 317.0) |
| OKLCH | oklch(0.874 0.085 316.0) |
Copy-ready code
/* CSS */
color: #ecc5fc;
background-color: #ecc5fc;
/* Tailwind (arbitrary) */
class="text-[#ecc5fc] bg-[#ecc5fc]"
/* SCSS */
$brand: #ecc5fc;
/* SwiftUI */
Color(red: 0.925, green: 0.773, blue: 0.988)
/* Android */
Color.parseColor("#ecc5fc")Accessibility — WCAG contrast
Aa
#ecc5fc on white: 1.50:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ecc5fc on black: 13.96:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.5%
Green77.3%
Blue98.8%
CMYK percentages
Cyan6.3%
Magenta21.8%
Yellow0.0%
Key (black)1.2%
Color previews
#ecc5fc text on a black background
contrast 13.96:1
Card sample
#ecc5fc text on a white background
contrast 1.50:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ecc5fc;
Background color
Panel with #ecc5fc background
background-color: #ecc5fc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ecc5fc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(236, 197, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(236, 197, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ecc5fc; background: linear-gradient(135deg, #ecc5fc, #FCC5E7);