#ed9bfd
a light, electric magenta / pink · warm · closest name: violet
RGB
237, 155, 253
HSL
290°, 96%, 80%
CMYK
6, 39, 0, 1
Luminance
0.4854
Every format
| HEX | #ed9bfd |
| RGB | rgb(237, 155, 253) |
| HSL | hsl(290, 96%, 80%) |
| CMYK | cmyk(6%, 39%, 0%, 1%) |
| LAB | lab(75.2 46.1 -36.5) |
| LCH | lch(75.2 58.8 321.7) |
| OKLCH | oklch(0.805 0.159 320.9) |
Copy-ready code
/* CSS */
color: #ed9bfd;
background-color: #ed9bfd;
/* Tailwind (arbitrary) */
class="text-[#ed9bfd] bg-[#ed9bfd]"
/* SCSS */
$brand: #ed9bfd;
/* SwiftUI */
Color(red: 0.929, green: 0.608, blue: 0.992)
/* Android */
Color.parseColor("#ed9bfd")Accessibility — WCAG contrast
Aa
#ed9bfd on white: 1.96:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ed9bfd on black: 10.71:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.9%
Green60.8%
Blue99.2%
CMYK percentages
Cyan6.3%
Magenta38.7%
Yellow0.0%
Key (black)0.8%
Color previews
#ed9bfd text on a black background
contrast 10.71:1
Card sample
#ed9bfd text on a white background
contrast 1.96:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ed9bfd;
Background color
Panel with #ed9bfd background
background-color: #ed9bfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ed9bfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(237, 155, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(237, 155, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ed9bfd; background: linear-gradient(135deg, #ed9bfd, #FD9BCC);