#b970ff
a light, electric violet · warm · closest name: slateblue
RGB
185, 112, 255
HSL
271°, 100%, 72%
CMYK
28, 56, 0, 0
Luminance
0.2912
Every format
| HEX | #b970ff |
| RGB | rgb(185, 112, 255) |
| HSL | hsl(271, 100%, 72%) |
| CMYK | cmyk(28%, 56%, 0%, 0%) |
| LAB | lab(60.9 54.9 -60.5) |
| LCH | lch(60.9 81.7 312.2) |
| OKLCH | oklch(0.686 0.208 305.1) |
Copy-ready code
/* CSS */
color: #b970ff;
background-color: #b970ff;
/* Tailwind (arbitrary) */
class="text-[#b970ff] bg-[#b970ff]"
/* SCSS */
$brand: #b970ff;
/* SwiftUI */
Color(red: 0.725, green: 0.439, blue: 1.000)
/* Android */
Color.parseColor("#b970ff")Accessibility — WCAG contrast
Aa
#b970ff on white: 3.08:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#b970ff on black: 6.82:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.5%
Green43.9%
Blue100.0%
CMYK percentages
Cyan27.5%
Magenta56.1%
Yellow0.0%
Key (black)0.0%
Color previews
#b970ff text on a black background
contrast 6.82:1
Card sample
#b970ff text on a white background
contrast 3.08:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b970ff;
Background color
Panel with #b970ff background
background-color: #b970ff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b970ff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(185, 112, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(185, 112, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b970ff; background: linear-gradient(135deg, #b970ff, #FF70E6);