#b191fd
a light, electric violet · warm · closest name: slateblue
RGB
177, 145, 253
HSL
258°, 96%, 78%
CMYK
30, 43, 0, 1
Luminance
0.3669
Every format
| HEX | #b191fd |
| RGB | rgb(177, 145, 253) |
| HSL | hsl(258, 96%, 78%) |
| CMYK | cmyk(30%, 43%, 0%, 1%) |
| LAB | lab(67.0 34.6 -49.6) |
| LCH | lch(67.0 60.5 304.9) |
| OKLCH | oklch(0.730 0.155 296.0) |
Copy-ready code
/* CSS */
color: #b191fd;
background-color: #b191fd;
/* Tailwind (arbitrary) */
class="text-[#b191fd] bg-[#b191fd]"
/* SCSS */
$brand: #b191fd;
/* SwiftUI */
Color(red: 0.694, green: 0.569, blue: 0.992)
/* Android */
Color.parseColor("#b191fd")Accessibility — WCAG contrast
Aa
#b191fd on white: 2.52:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b191fd on black: 8.34:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.4%
Green56.9%
Blue99.2%
CMYK percentages
Cyan30.0%
Magenta42.7%
Yellow0.0%
Key (black)0.8%
Color previews
#b191fd text on a black background
contrast 8.34:1
Card sample
#b191fd text on a white background
contrast 2.52:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b191fd;
Background color
Panel with #b191fd background
background-color: #b191fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b191fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(177, 145, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(177, 145, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b191fd; background: linear-gradient(135deg, #b191fd, #F991FD);