#d970eb
a light, electric magenta / pink · warm · closest name: violet
RGB
217, 112, 235
HSL
291°, 76%, 68%
CMYK
8, 52, 0, 8
Luminance
0.3234
Every format
| HEX | #d970eb |
| RGB | rgb(217, 112, 235) |
| HSL | hsl(291, 76%, 68%) |
| CMYK | cmyk(8%, 52%, 0%, 8%) |
| LAB | lab(63.6 58.8 -44.8) |
| LCH | lch(63.6 74.0 322.7) |
| OKLCH | oklch(0.711 0.200 321.6) |
Copy-ready code
/* CSS */
color: #d970eb;
background-color: #d970eb;
/* Tailwind (arbitrary) */
class="text-[#d970eb] bg-[#d970eb]"
/* SCSS */
$brand: #d970eb;
/* SwiftUI */
Color(red: 0.851, green: 0.439, blue: 0.922)
/* Android */
Color.parseColor("#d970eb")Accessibility — WCAG contrast
Aa
#d970eb on white: 2.81:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#d970eb on black: 7.47:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.1%
Green43.9%
Blue92.2%
CMYK percentages
Cyan7.7%
Magenta52.3%
Yellow0.0%
Key (black)7.8%
Color previews
#d970eb text on a black background
contrast 7.47:1
Card sample
#d970eb text on a white background
contrast 2.81:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d970eb;
Background color
Panel with #d970eb background
background-color: #d970eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d970eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(217, 112, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(217, 112, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d970eb; background: linear-gradient(135deg, #d970eb, #EB70AB);