#970fdf
a balanced, electric violet · warm · closest name: magenta
RGB
151, 15, 223
HSL
279°, 87%, 47%
CMYK
32, 93, 0, 13
Luminance
0.1225
Every format
| HEX | #970fdf |
| RGB | rgb(151, 15, 223) |
| HSL | hsl(279, 87%, 47%) |
| CMYK | cmyk(32%, 93%, 0%, 13%) |
| LAB | lab(41.6 77.3 -73.9) |
| LCH | lch(41.6 107.0 316.3) |
| OKLCH | oklch(0.533 0.266 307.7) |
Copy-ready code
/* CSS */
color: #970fdf;
background-color: #970fdf;
/* Tailwind (arbitrary) */
class="text-[#970fdf] bg-[#970fdf]"
/* SCSS */
$brand: #970fdf;
/* SwiftUI */
Color(red: 0.592, green: 0.059, blue: 0.875)
/* Android */
Color.parseColor("#970fdf")Accessibility — WCAG contrast
Aa
#970fdf on white: 6.09:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#970fdf on black: 3.45:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red59.2%
Green5.9%
Blue87.5%
CMYK percentages
Cyan32.3%
Magenta93.3%
Yellow0.0%
Key (black)12.5%
Color previews
#970fdf text on a black background
contrast 3.45:1
Card sample
#970fdf text on a white background
contrast 6.09:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #970fdf;
Background color
Panel with #970fdf background
background-color: #970fdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #970fdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(151, 15, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(151, 15, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #970fdf; background: linear-gradient(135deg, #970fdf, #DF0F9D);