#970ffc
a balanced, electric violet · warm · closest name: blue
RGB
151, 15, 252
HSL
274°, 98%, 52%
CMYK
40, 94, 0, 1
Luminance
0.1395
Every format
| HEX | #970ffc |
| RGB | rgb(151, 15, 252) |
| HSL | hsl(274, 98%, 52%) |
| CMYK | cmyk(40%, 94%, 0%, 1%) |
| LAB | lab(44.2 83.0 -86.2) |
| LCH | lch(44.2 119.6 313.9) |
| OKLCH | oklch(0.558 0.289 301.6) |
Copy-ready code
/* CSS */
color: #970ffc;
background-color: #970ffc;
/* Tailwind (arbitrary) */
class="text-[#970ffc] bg-[#970ffc]"
/* SCSS */
$brand: #970ffc;
/* SwiftUI */
Color(red: 0.592, green: 0.059, blue: 0.988)
/* Android */
Color.parseColor("#970ffc")Accessibility — WCAG contrast
Aa
#970ffc on white: 5.54:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#970ffc on black: 3.79:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red59.2%
Green5.9%
Blue98.8%
CMYK percentages
Cyan40.1%
Magenta94.0%
Yellow0.0%
Key (black)1.2%
Color previews
#970ffc text on a black background
contrast 3.79:1
Card sample
#970ffc text on a white background
contrast 5.54:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #970ffc;
Background color
Panel with #970ffc background
background-color: #970ffc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #970ffc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(151, 15, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(151, 15, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #970ffc; background: linear-gradient(135deg, #970ffc, #FC0FC3);