#e972fd
a light, electric magenta / pink · warm · closest name: violet
RGB
233, 114, 253
HSL
291°, 97%, 72%
CMYK
8, 55, 0, 1
Luminance
0.3645
Every format
| HEX | #e972fd |
| RGB | rgb(233, 114, 253) |
| HSL | hsl(291, 97%, 72%) |
| CMYK | cmyk(8%, 55%, 0%, 1%) |
| LAB | lab(66.9 65.3 -49.5) |
| LCH | lch(66.9 82.0 322.8) |
| OKLCH | oklch(0.742 0.222 321.7) |
Copy-ready code
/* CSS */
color: #e972fd;
background-color: #e972fd;
/* Tailwind (arbitrary) */
class="text-[#e972fd] bg-[#e972fd]"
/* SCSS */
$brand: #e972fd;
/* SwiftUI */
Color(red: 0.914, green: 0.447, blue: 0.992)
/* Android */
Color.parseColor("#e972fd")Accessibility — WCAG contrast
Aa
#e972fd on white: 2.53:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e972fd on black: 8.29:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red91.4%
Green44.7%
Blue99.2%
CMYK percentages
Cyan7.9%
Magenta54.9%
Yellow0.0%
Key (black)0.8%
Color previews
#e972fd text on a black background
contrast 8.29:1
Card sample
#e972fd text on a white background
contrast 2.53:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e972fd;
Background color
Panel with #e972fd background
background-color: #e972fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e972fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(233, 114, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(233, 114, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e972fd; background: linear-gradient(135deg, #e972fd, #FD72B4);