#edb2fd
a light, electric violet · warm · closest name: plum
RGB
237, 178, 253
HSL
287°, 95%, 85%
CMYK
6, 30, 0, 1
Luminance
0.5694
Every format
| HEX | #edb2fd |
| RGB | rgb(237, 178, 253) |
| HSL | hsl(287, 95%, 85%) |
| CMYK | cmyk(6%, 30%, 0%, 1%) |
| LAB | lab(80.2 34.0 -28.8) |
| LCH | lch(80.2 44.6 319.7) |
| OKLCH | oklch(0.842 0.120 318.9) |
Copy-ready code
/* CSS */
color: #edb2fd;
background-color: #edb2fd;
/* Tailwind (arbitrary) */
class="text-[#edb2fd] bg-[#edb2fd]"
/* SCSS */
$brand: #edb2fd;
/* SwiftUI */
Color(red: 0.929, green: 0.698, blue: 0.992)
/* Android */
Color.parseColor("#edb2fd")Accessibility — WCAG contrast
Aa
#edb2fd on white: 1.70:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#edb2fd on black: 12.39:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.9%
Green69.8%
Blue99.2%
CMYK percentages
Cyan6.3%
Magenta29.6%
Yellow0.0%
Key (black)0.8%
Color previews
#edb2fd text on a black background
contrast 12.39:1
Card sample
#edb2fd text on a white background
contrast 1.70:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #edb2fd;
Background color
Panel with #edb2fd background
background-color: #edb2fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #edb2fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(237, 178, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(237, 178, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #edb2fd; background: linear-gradient(135deg, #edb2fd, #FDB2DB);