#970cdf
a balanced, electric violet · warm · closest name: magenta
RGB
151, 12, 223
HSL
280°, 90%, 46%
CMYK
32, 95, 0, 13
Luminance
0.1217
Every format
| HEX | #970cdf |
| RGB | rgb(151, 12, 223) |
| HSL | hsl(280, 90%, 46%) |
| CMYK | cmyk(32%, 95%, 0%, 13%) |
| LAB | lab(41.5 77.7 -74.1) |
| LCH | lch(41.5 107.4 316.3) |
| OKLCH | oklch(0.532 0.267 307.8) |
Copy-ready code
/* CSS */
color: #970cdf;
background-color: #970cdf;
/* Tailwind (arbitrary) */
class="text-[#970cdf] bg-[#970cdf]"
/* SCSS */
$brand: #970cdf;
/* SwiftUI */
Color(red: 0.592, green: 0.047, blue: 0.875)
/* Android */
Color.parseColor("#970cdf")Accessibility — WCAG contrast
Aa
#970cdf on white: 6.12:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#970cdf on black: 3.43:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red59.2%
Green4.7%
Blue87.5%
CMYK percentages
Cyan32.3%
Magenta94.6%
Yellow0.0%
Key (black)12.5%
Color previews
#970cdf text on a black background
contrast 3.43:1
Card sample
#970cdf text on a white background
contrast 6.12:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #970cdf;
Background color
Panel with #970cdf background
background-color: #970cdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #970cdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(151, 12, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(151, 12, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #970cdf; background: linear-gradient(135deg, #970cdf, #DF0C9B);