#edccfa
a pale, electric violet · warm · closest name: plum
RGB
237, 204, 250
HSL
283°, 82%, 89%
CMYK
5, 18, 0, 2
Luminance
0.6809
Every format
| HEX | #edccfa |
| RGB | rgb(237, 204, 250) |
| HSL | hsl(283, 82%, 89%) |
| CMYK | cmyk(5%, 18%, 0%, 2%) |
| LAB | lab(86.0 19.6 -18.3) |
| LCH | lch(86.0 26.8 317.1) |
| OKLCH | oklch(0.887 0.071 316.4) |
Copy-ready code
/* CSS */
color: #edccfa;
background-color: #edccfa;
/* Tailwind (arbitrary) */
class="text-[#edccfa] bg-[#edccfa]"
/* SCSS */
$brand: #edccfa;
/* SwiftUI */
Color(red: 0.929, green: 0.800, blue: 0.980)
/* Android */
Color.parseColor("#edccfa")Accessibility — WCAG contrast
Aa
#edccfa on white: 1.44:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#edccfa on black: 14.62:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.9%
Green80.0%
Blue98.0%
CMYK percentages
Cyan5.2%
Magenta18.4%
Yellow0.0%
Key (black)2.0%
Color previews
#edccfa text on a black background
contrast 14.62:1
Card sample
#edccfa text on a white background
contrast 1.44:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #edccfa;
Background color
Panel with #edccfa background
background-color: #edccfa;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #edccfa;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(237, 204, 250, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(237, 204, 250, 0.45);
Border & gradient
Gradient panel
border: 3px solid #edccfa; background: linear-gradient(135deg, #edccfa, #FACCE8);