#edaffc
a light, electric violet · warm · closest name: plum
RGB
237, 175, 252
HSL
288°, 93%, 84%
CMYK
6, 31, 0, 1
Luminance
0.5569
Every format
| HEX | #edaffc |
| RGB | rgb(237, 175, 252) |
| HSL | hsl(288, 93%, 84%) |
| CMYK | cmyk(6%, 31%, 0%, 1%) |
| LAB | lab(79.4 35.4 -29.4) |
| LCH | lch(79.4 46.0 320.3) |
| OKLCH | oklch(0.837 0.124 319.7) |
Copy-ready code
/* CSS */
color: #edaffc;
background-color: #edaffc;
/* Tailwind (arbitrary) */
class="text-[#edaffc] bg-[#edaffc]"
/* SCSS */
$brand: #edaffc;
/* SwiftUI */
Color(red: 0.929, green: 0.686, blue: 0.988)
/* Android */
Color.parseColor("#edaffc")Accessibility — WCAG contrast
Aa
#edaffc on white: 1.73:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#edaffc on black: 12.14:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.9%
Green68.6%
Blue98.8%
CMYK percentages
Cyan6.0%
Magenta30.6%
Yellow0.0%
Key (black)1.2%
Color previews
#edaffc text on a black background
contrast 12.14:1
Card sample
#edaffc text on a white background
contrast 1.73:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #edaffc;
Background color
Panel with #edaffc background
background-color: #edaffc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #edaffc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(237, 175, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(237, 175, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #edaffc; background: linear-gradient(135deg, #edaffc, #FCAFD8);