#970afd
a balanced, electric violet · warm · closest name: blue
RGB
151, 10, 253
HSL
275°, 98%, 52%
CMYK
40, 96, 0, 1
Luminance
0.1389
Every format
| HEX | #970afd |
| RGB | rgb(151, 10, 253) |
| HSL | hsl(275, 98%, 52%) |
| CMYK | cmyk(40%, 96%, 0%, 1%) |
| LAB | lab(44.1 83.7 -86.8) |
| LCH | lch(44.1 120.7 314.0) |
| OKLCH | oklch(0.558 0.291 301.5) |
Copy-ready code
/* CSS */
color: #970afd;
background-color: #970afd;
/* Tailwind (arbitrary) */
class="text-[#970afd] bg-[#970afd]"
/* SCSS */
$brand: #970afd;
/* SwiftUI */
Color(red: 0.592, green: 0.039, blue: 0.992)
/* Android */
Color.parseColor("#970afd")Accessibility — WCAG contrast
Aa
#970afd on white: 5.56:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#970afd on black: 3.78:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red59.2%
Green3.9%
Blue99.2%
CMYK percentages
Cyan40.3%
Magenta96.0%
Yellow0.0%
Key (black)0.8%
Color previews
#970afd text on a black background
contrast 3.78:1
Card sample
#970afd text on a white background
contrast 5.56:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #970afd;
Background color
Panel with #970afd background
background-color: #970afd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #970afd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(151, 10, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(151, 10, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #970afd; background: linear-gradient(135deg, #970afd, #FD0AC1);