#b16bdf
a balanced, vivid violet · warm · closest name: orchid
RGB
177, 107, 223
HSL
276°, 64%, 65%
CMYK
21, 52, 0, 13
Luminance
0.2519
Every format
| HEX | #b16bdf |
| RGB | rgb(177, 107, 223) |
| HSL | hsl(276, 64%, 65%) |
| CMYK | cmyk(21%, 52%, 0%, 13%) |
| LAB | lab(57.3 48.3 -48.5) |
| LCH | lch(57.3 68.5 314.9) |
| OKLCH | oklch(0.652 0.178 310.2) |
Copy-ready code
/* CSS */
color: #b16bdf;
background-color: #b16bdf;
/* Tailwind (arbitrary) */
class="text-[#b16bdf] bg-[#b16bdf]"
/* SCSS */
$brand: #b16bdf;
/* SwiftUI */
Color(red: 0.694, green: 0.420, blue: 0.875)
/* Android */
Color.parseColor("#b16bdf")Accessibility — WCAG contrast
Aa
#b16bdf on white: 3.48:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#b16bdf on black: 6.04:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.4%
Green42.0%
Blue87.5%
CMYK percentages
Cyan20.6%
Magenta52.0%
Yellow0.0%
Key (black)12.5%
Color previews
#b16bdf text on a black background
contrast 6.04:1
Card sample
#b16bdf text on a white background
contrast 3.48:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b16bdf;
Background color
Panel with #b16bdf background
background-color: #b16bdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b16bdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(177, 107, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(177, 107, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b16bdf; background: linear-gradient(135deg, #b16bdf, #DF6BC0);