#b375fd
a light, electric violet · warm · closest name: slateblue
RGB
179, 117, 253
HSL
267°, 97%, 73%
CMYK
29, 54, 0, 1
Luminance
0.2940
Every format
| HEX | #b375fd |
| RGB | rgb(179, 117, 253) |
| HSL | hsl(267, 97%, 73%) |
| CMYK | cmyk(29%, 54%, 0%, 1%) |
| LAB | lab(61.1 50.4 -59.0) |
| LCH | lch(61.1 77.6 310.5) |
| OKLCH | oklch(0.686 0.198 302.6) |
Copy-ready code
/* CSS */
color: #b375fd;
background-color: #b375fd;
/* Tailwind (arbitrary) */
class="text-[#b375fd] bg-[#b375fd]"
/* SCSS */
$brand: #b375fd;
/* SwiftUI */
Color(red: 0.702, green: 0.459, blue: 0.992)
/* Android */
Color.parseColor("#b375fd")Accessibility — WCAG contrast
Aa
#b375fd on white: 3.05:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#b375fd on black: 6.88:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red70.2%
Green45.9%
Blue99.2%
CMYK percentages
Cyan29.2%
Magenta53.8%
Yellow0.0%
Key (black)0.8%
Color previews
#b375fd text on a black background
contrast 6.88:1
Card sample
#b375fd text on a white background
contrast 3.05:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b375fd;
Background color
Panel with #b375fd background
background-color: #b375fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b375fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(179, 117, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(179, 117, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b375fd; background: linear-gradient(135deg, #b375fd, #FD75EC);