#b970fd
a light, electric violet · warm · closest name: slateblue
RGB
185, 112, 253
HSL
271°, 97%, 72%
CMYK
27, 56, 0, 1
Luminance
0.2899
Every format
| HEX | #b970fd |
| RGB | rgb(185, 112, 253) |
| HSL | hsl(271, 97%, 72%) |
| CMYK | cmyk(27%, 56%, 0%, 1%) |
| LAB | lab(60.8 54.5 -59.5) |
| LCH | lch(60.8 80.7 312.4) |
| OKLCH | oklch(0.685 0.206 305.5) |
Copy-ready code
/* CSS */
color: #b970fd;
background-color: #b970fd;
/* Tailwind (arbitrary) */
class="text-[#b970fd] bg-[#b970fd]"
/* SCSS */
$brand: #b970fd;
/* SwiftUI */
Color(red: 0.725, green: 0.439, blue: 0.992)
/* Android */
Color.parseColor("#b970fd")Accessibility — WCAG contrast
Aa
#b970fd on white: 3.09:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#b970fd on black: 6.80:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.5%
Green43.9%
Blue99.2%
CMYK percentages
Cyan26.9%
Magenta55.7%
Yellow0.0%
Key (black)0.8%
Color previews
#b970fd text on a black background
contrast 6.80:1
Card sample
#b970fd text on a white background
contrast 3.09:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b970fd;
Background color
Panel with #b970fd background
background-color: #b970fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b970fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(185, 112, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(185, 112, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b970fd; background: linear-gradient(135deg, #b970fd, #FD70E3);