#e976df
a light, vivid magenta / pink · warm · closest name: orchid
RGB
233, 118, 223
HSL
305°, 72%, 69%
CMYK
0, 49, 4, 9
Luminance
0.3561
Every format
| HEX | #e976df |
| RGB | rgb(233, 118, 223) |
| HSL | hsl(305, 72%, 69%) |
| CMYK | cmyk(0%, 49%, 4%, 9%) |
| LAB | lab(66.2 58.2 -34.0) |
| LCH | lch(66.2 67.4 329.7) |
| OKLCH | oklch(0.733 0.189 330.6) |
Copy-ready code
/* CSS */
color: #e976df;
background-color: #e976df;
/* Tailwind (arbitrary) */
class="text-[#e976df] bg-[#e976df]"
/* SCSS */
$brand: #e976df;
/* SwiftUI */
Color(red: 0.914, green: 0.463, blue: 0.875)
/* Android */
Color.parseColor("#e976df")Accessibility — WCAG contrast
Aa
#e976df on white: 2.59:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e976df on black: 8.12:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red91.4%
Green46.3%
Blue87.5%
CMYK percentages
Cyan0.0%
Magenta49.4%
Yellow4.3%
Key (black)8.6%
Color previews
#e976df text on a black background
contrast 8.12:1
Card sample
#e976df text on a white background
contrast 2.59:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e976df;
Background color
Panel with #e976df background
background-color: #e976df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e976df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(233, 118, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(233, 118, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e976df; background: linear-gradient(135deg, #e976df, #E97692);