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