#e970fd
a light, electric magenta / pink · warm · closest name: violet
RGB
233, 112, 253
HSL
292°, 97%, 72%
CMYK
8, 56, 0, 1
Luminance
0.3600
Every format
| HEX | #e970fd |
| RGB | rgb(233, 112, 253) |
| HSL | hsl(292, 97%, 72%) |
| CMYK | cmyk(8%, 56%, 0%, 1%) |
| LAB | lab(66.5 66.3 -50.1) |
| LCH | lch(66.5 83.0 322.9) |
| OKLCH | oklch(0.739 0.225 321.8) |
Copy-ready code
/* CSS */
color: #e970fd;
background-color: #e970fd;
/* Tailwind (arbitrary) */
class="text-[#e970fd] bg-[#e970fd]"
/* SCSS */
$brand: #e970fd;
/* SwiftUI */
Color(red: 0.914, green: 0.439, blue: 0.992)
/* Android */
Color.parseColor("#e970fd")Accessibility — WCAG contrast
Aa
#e970fd on white: 2.56:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e970fd on black: 8.20:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red91.4%
Green43.9%
Blue99.2%
CMYK percentages
Cyan7.9%
Magenta55.7%
Yellow0.0%
Key (black)0.8%
Color previews
#e970fd text on a black background
contrast 8.20:1
Card sample
#e970fd text on a white background
contrast 2.56:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e970fd;
Background color
Panel with #e970fd background
background-color: #e970fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e970fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(233, 112, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(233, 112, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e970fd; background: linear-gradient(135deg, #e970fd, #FD70B3);