#970fda
a balanced, electric violet · warm · closest name: magenta
RGB
151, 15, 218
HSL
280°, 87%, 46%
CMYK
31, 93, 0, 15
Luminance
0.1198
Every format
| HEX | #970fda |
| RGB | rgb(151, 15, 218) |
| HSL | hsl(280, 87%, 46%) |
| CMYK | cmyk(31%, 93%, 0%, 15%) |
| LAB | lab(41.2 76.3 -71.8) |
| LCH | lch(41.2 104.8 316.8) |
| OKLCH | oklch(0.529 0.262 308.9) |
Copy-ready code
/* CSS */
color: #970fda;
background-color: #970fda;
/* Tailwind (arbitrary) */
class="text-[#970fda] bg-[#970fda]"
/* SCSS */
$brand: #970fda;
/* SwiftUI */
Color(red: 0.592, green: 0.059, blue: 0.855)
/* Android */
Color.parseColor("#970fda")Accessibility — WCAG contrast
Aa
#970fda on white: 6.18:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#970fda on black: 3.40:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red59.2%
Green5.9%
Blue85.5%
CMYK percentages
Cyan30.7%
Magenta93.1%
Yellow0.0%
Key (black)14.5%
Color previews
#970fda text on a black background
contrast 3.40:1
Card sample
#970fda text on a white background
contrast 6.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #970fda;
Background color
Panel with #970fda background
background-color: #970fda;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #970fda;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(151, 15, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(151, 15, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #970fda; background: linear-gradient(135deg, #970fda, #DA0F96);