#b16cf8
a light, electric violet · warm · closest name: slateblue
RGB
177, 108, 248
HSL
270°, 91%, 70%
CMYK
29, 57, 0, 3
Luminance
0.2685
Every format
| HEX | #b16cf8 |
| RGB | rgb(177, 108, 248) |
| HSL | hsl(270, 91%, 70%) |
| CMYK | cmyk(29%, 57%, 0%, 3%) |
| LAB | lab(58.8 53.5 -59.9) |
| LCH | lch(58.8 80.3 311.7) |
| OKLCH | oklch(0.668 0.204 304.1) |
Copy-ready code
/* CSS */
color: #b16cf8;
background-color: #b16cf8;
/* Tailwind (arbitrary) */
class="text-[#b16cf8] bg-[#b16cf8]"
/* SCSS */
$brand: #b16cf8;
/* SwiftUI */
Color(red: 0.694, green: 0.424, blue: 0.973)
/* Android */
Color.parseColor("#b16cf8")Accessibility — WCAG contrast
Aa
#b16cf8 on white: 3.30:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#b16cf8 on black: 6.37:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.4%
Green42.4%
Blue97.3%
CMYK percentages
Cyan28.6%
Magenta56.5%
Yellow0.0%
Key (black)2.7%
Color previews
#b16cf8 text on a black background
contrast 6.37:1
Card sample
#b16cf8 text on a white background
contrast 3.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b16cf8;
Background color
Panel with #b16cf8 background
background-color: #b16cf8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b16cf8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(177, 108, 248, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(177, 108, 248, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b16cf8; background: linear-gradient(135deg, #b16cf8, #F86CE2);