#970fef
a balanced, electric violet · warm · closest name: blue
RGB
151, 15, 239
HSL
276°, 88%, 50%
CMYK
37, 94, 0, 6
Luminance
0.1315
Every format
| HEX | #970fef |
| RGB | rgb(151, 15, 239) |
| HSL | hsl(276, 88%, 50%) |
| CMYK | cmyk(37%, 94%, 0%, 6%) |
| LAB | lab(43.0 80.4 -80.8) |
| LCH | lch(43.0 114.0 314.9) |
| OKLCH | oklch(0.546 0.279 304.2) |
Copy-ready code
/* CSS */
color: #970fef;
background-color: #970fef;
/* Tailwind (arbitrary) */
class="text-[#970fef] bg-[#970fef]"
/* SCSS */
$brand: #970fef;
/* SwiftUI */
Color(red: 0.592, green: 0.059, blue: 0.937)
/* Android */
Color.parseColor("#970fef")Accessibility — WCAG contrast
Aa
#970fef on white: 5.78:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#970fef on black: 3.63:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red59.2%
Green5.9%
Blue93.7%
CMYK percentages
Cyan36.8%
Magenta93.7%
Yellow0.0%
Key (black)6.3%
Color previews
#970fef text on a black background
contrast 3.63:1
Card sample
#970fef text on a white background
contrast 5.78:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #970fef;
Background color
Panel with #970fef background
background-color: #970fef;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #970fef;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(151, 15, 239, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(151, 15, 239, 0.45);
Border & gradient
Gradient panel
border: 3px solid #970fef; background: linear-gradient(135deg, #970fef, #EF0FB2);