#b16cf7
a light, electric violet · warm · closest name: slateblue
RGB
177, 108, 247
HSL
270°, 90%, 70%
CMYK
28, 56, 0, 3
Luminance
0.2679
Every format
| HEX | #b16cf7 |
| RGB | rgb(177, 108, 247) |
| HSL | hsl(270, 90%, 70%) |
| CMYK | cmyk(28%, 56%, 0%, 3%) |
| LAB | lab(58.8 53.3 -59.5) |
| LCH | lch(58.8 79.8 311.8) |
| OKLCH | oklch(0.667 0.203 304.4) |
Copy-ready code
/* CSS */
color: #b16cf7;
background-color: #b16cf7;
/* Tailwind (arbitrary) */
class="text-[#b16cf7] bg-[#b16cf7]"
/* SCSS */
$brand: #b16cf7;
/* SwiftUI */
Color(red: 0.694, green: 0.424, blue: 0.969)
/* Android */
Color.parseColor("#b16cf7")Accessibility — WCAG contrast
Aa
#b16cf7 on white: 3.30:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#b16cf7 on black: 6.36:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.4%
Green42.4%
Blue96.9%
CMYK percentages
Cyan28.3%
Magenta56.3%
Yellow0.0%
Key (black)3.1%
Color previews
#b16cf7 text on a black background
contrast 6.36:1
Card sample
#b16cf7 text on a white background
contrast 3.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b16cf7;
Background color
Panel with #b16cf7 background
background-color: #b16cf7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b16cf7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(177, 108, 247, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(177, 108, 247, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b16cf7; background: linear-gradient(135deg, #b16cf7, #F76CE0);