#e976eb
a light, vivid magenta / pink · warm · closest name: violet
RGB
233, 118, 235
HSL
299°, 75%, 69%
CMYK
1, 50, 0, 8
Luminance
0.3628
Every format
| HEX | #e976eb |
| RGB | rgb(233, 118, 235) |
| HSL | hsl(299, 75%, 69%) |
| CMYK | cmyk(1%, 50%, 0%, 8%) |
| LAB | lab(66.7 60.2 -39.8) |
| LCH | lch(66.7 72.2 326.5) |
| OKLCH | oklch(0.738 0.199 326.7) |
Copy-ready code
/* CSS */
color: #e976eb;
background-color: #e976eb;
/* Tailwind (arbitrary) */
class="text-[#e976eb] bg-[#e976eb]"
/* SCSS */
$brand: #e976eb;
/* SwiftUI */
Color(red: 0.914, green: 0.463, blue: 0.922)
/* Android */
Color.parseColor("#e976eb")Accessibility — WCAG contrast
Aa
#e976eb on white: 2.54:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e976eb on black: 8.26:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red91.4%
Green46.3%
Blue92.2%
CMYK percentages
Cyan0.9%
Magenta49.8%
Yellow0.0%
Key (black)7.8%
Color previews
#e976eb text on a black background
contrast 8.26:1
Card sample
#e976eb text on a white background
contrast 2.54:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e976eb;
Background color
Panel with #e976eb background
background-color: #e976eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e976eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(233, 118, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(233, 118, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e976eb; background: linear-gradient(135deg, #e976eb, #EB769F);