#b16fdf
a light, vivid violet · warm · closest name: orchid
RGB
177, 111, 223
HSL
275°, 64%, 66%
CMYK
21, 50, 0, 13
Luminance
0.2604
Every format
| HEX | #b16fdf |
| RGB | rgb(177, 111, 223) |
| HSL | hsl(275, 64%, 66%) |
| CMYK | cmyk(21%, 50%, 0%, 13%) |
| LAB | lab(58.1 46.2 -47.2) |
| LCH | lch(58.1 66.1 314.4) |
| OKLCH | oklch(0.658 0.172 309.7) |
Copy-ready code
/* CSS */
color: #b16fdf;
background-color: #b16fdf;
/* Tailwind (arbitrary) */
class="text-[#b16fdf] bg-[#b16fdf]"
/* SCSS */
$brand: #b16fdf;
/* SwiftUI */
Color(red: 0.694, green: 0.435, blue: 0.875)
/* Android */
Color.parseColor("#b16fdf")Accessibility — WCAG contrast
Aa
#b16fdf on white: 3.38:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#b16fdf on black: 6.21:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.4%
Green43.5%
Blue87.5%
CMYK percentages
Cyan20.6%
Magenta50.2%
Yellow0.0%
Key (black)12.5%
Color previews
#b16fdf text on a black background
contrast 6.21:1
Card sample
#b16fdf text on a white background
contrast 3.38:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b16fdf;
Background color
Panel with #b16fdf background
background-color: #b16fdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b16fdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(177, 111, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(177, 111, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b16fdf; background: linear-gradient(135deg, #b16fdf, #DF6FC2);