#edb5fd
a pale, electric violet · warm · closest name: plum
RGB
237, 181, 253
HSL
287°, 95%, 85%
CMYK
6, 29, 0, 1
Luminance
0.5814
Every format
| HEX | #edb5fd |
| RGB | rgb(237, 181, 253) |
| HSL | hsl(287, 95%, 85%) |
| CMYK | cmyk(6%, 29%, 0%, 1%) |
| LAB | lab(80.8 32.4 -27.8) |
| LCH | lch(80.8 42.7 319.4) |
| OKLCH | oklch(0.847 0.114 318.6) |
Copy-ready code
/* CSS */
color: #edb5fd;
background-color: #edb5fd;
/* Tailwind (arbitrary) */
class="text-[#edb5fd] bg-[#edb5fd]"
/* SCSS */
$brand: #edb5fd;
/* SwiftUI */
Color(red: 0.929, green: 0.710, blue: 0.992)
/* Android */
Color.parseColor("#edb5fd")Accessibility — WCAG contrast
Aa
#edb5fd on white: 1.66:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#edb5fd on black: 12.63:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.9%
Green71.0%
Blue99.2%
CMYK percentages
Cyan6.3%
Magenta28.5%
Yellow0.0%
Key (black)0.8%
Color previews
#edb5fd text on a black background
contrast 12.63:1
Card sample
#edb5fd text on a white background
contrast 1.66:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #edb5fd;
Background color
Panel with #edb5fd background
background-color: #edb5fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #edb5fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(237, 181, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(237, 181, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #edb5fd; background: linear-gradient(135deg, #edb5fd, #FDB5DD);