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