#ed76eb
a light, electric magenta / pink · warm · closest name: violet
RGB
237, 118, 235
HSL
301°, 77%, 70%
CMYK
0, 50, 1, 7
Luminance
0.3696
Every format
| HEX | #ed76eb |
| RGB | rgb(237, 118, 235) |
| HSL | hsl(301, 77%, 70%) |
| CMYK | cmyk(0%, 50%, 1%, 7%) |
| LAB | lab(67.3 61.3 -39.0) |
| LCH | lch(67.3 72.7 327.6) |
| OKLCH | oklch(0.743 0.202 328.0) |
Copy-ready code
/* CSS */
color: #ed76eb;
background-color: #ed76eb;
/* Tailwind (arbitrary) */
class="text-[#ed76eb] bg-[#ed76eb]"
/* SCSS */
$brand: #ed76eb;
/* SwiftUI */
Color(red: 0.929, green: 0.463, blue: 0.922)
/* Android */
Color.parseColor("#ed76eb")Accessibility — WCAG contrast
Aa
#ed76eb on white: 2.50:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ed76eb on black: 8.39:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.9%
Green46.3%
Blue92.2%
CMYK percentages
Cyan0.0%
Magenta50.2%
Yellow0.8%
Key (black)7.1%
Color previews
#ed76eb text on a black background
contrast 8.39:1
Card sample
#ed76eb text on a white background
contrast 2.50:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ed76eb;
Background color
Panel with #ed76eb background
background-color: #ed76eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ed76eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(237, 118, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(237, 118, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ed76eb; background: linear-gradient(135deg, #ed76eb, #ED769C);