#ecc5f7
a pale, electric violet · warm · closest name: plum
RGB
236, 197, 247
HSL
287°, 76%, 87%
CMYK
5, 20, 0, 3
Luminance
0.6448
Every format
| HEX | #ecc5f7 |
| RGB | rgb(236, 197, 247) |
| HSL | hsl(287, 76%, 87%) |
| CMYK | cmyk(5%, 20%, 0%, 3%) |
| LAB | lab(84.2 22.4 -19.4) |
| LCH | lch(84.2 29.7 319.1) |
| OKLCH | oklch(0.873 0.080 318.7) |
Copy-ready code
/* CSS */
color: #ecc5f7;
background-color: #ecc5f7;
/* Tailwind (arbitrary) */
class="text-[#ecc5f7] bg-[#ecc5f7]"
/* SCSS */
$brand: #ecc5f7;
/* SwiftUI */
Color(red: 0.925, green: 0.773, blue: 0.969)
/* Android */
Color.parseColor("#ecc5f7")Accessibility — WCAG contrast
Aa
#ecc5f7 on white: 1.51:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ecc5f7 on black: 13.90:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.5%
Green77.3%
Blue96.9%
CMYK percentages
Cyan4.5%
Magenta20.2%
Yellow0.0%
Key (black)3.1%
Color previews
#ecc5f7 text on a black background
contrast 13.90:1
Card sample
#ecc5f7 text on a white background
contrast 1.51:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ecc5f7;
Background color
Panel with #ecc5f7 background
background-color: #ecc5f7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ecc5f7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(236, 197, 247, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(236, 197, 247, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ecc5f7; background: linear-gradient(135deg, #ecc5f7, #F7C5E1);