#970cec
a balanced, electric violet · warm · closest name: blue
RGB
151, 12, 236
HSL
277°, 90%, 49%
CMYK
36, 95, 0, 8
Luminance
0.1290
Every format
| HEX | #970cec |
| RGB | rgb(151, 12, 236) |
| HSL | hsl(277, 90%, 49%) |
| CMYK | cmyk(36%, 95%, 0%, 8%) |
| LAB | lab(42.6 80.2 -79.7) |
| LCH | lch(42.6 113.0 315.2) |
| OKLCH | oklch(0.543 0.278 304.9) |
Copy-ready code
/* CSS */
color: #970cec;
background-color: #970cec;
/* Tailwind (arbitrary) */
class="text-[#970cec] bg-[#970cec]"
/* SCSS */
$brand: #970cec;
/* SwiftUI */
Color(red: 0.592, green: 0.047, blue: 0.925)
/* Android */
Color.parseColor("#970cec")Accessibility — WCAG contrast
Aa
#970cec on white: 5.87:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#970cec on black: 3.58:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red59.2%
Green4.7%
Blue92.5%
CMYK percentages
Cyan36.0%
Magenta94.9%
Yellow0.0%
Key (black)7.5%
Color previews
#970cec text on a black background
contrast 3.58:1
Card sample
#970cec text on a white background
contrast 5.87:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #970cec;
Background color
Panel with #970cec background
background-color: #970cec;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #970cec;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(151, 12, 236, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(151, 12, 236, 0.45);
Border & gradient
Gradient panel
border: 3px solid #970cec; background: linear-gradient(135deg, #970cec, #EC0CAC);