#b16fe5
a light, vivid violet · warm · closest name: orchid
RGB
177, 111, 229
HSL
274°, 69%, 67%
CMYK
23, 52, 0, 10
Luminance
0.2637
Every format
| HEX | #b16fe5 |
| RGB | rgb(177, 111, 229) |
| HSL | hsl(274, 69%, 67%) |
| CMYK | cmyk(23%, 52%, 0%, 10%) |
| LAB | lab(58.4 47.5 -50.1) |
| LCH | lch(58.4 69.1 313.5) |
| OKLCH | oklch(0.661 0.178 308.1) |
Copy-ready code
/* CSS */
color: #b16fe5;
background-color: #b16fe5;
/* Tailwind (arbitrary) */
class="text-[#b16fe5] bg-[#b16fe5]"
/* SCSS */
$brand: #b16fe5;
/* SwiftUI */
Color(red: 0.694, green: 0.435, blue: 0.898)
/* Android */
Color.parseColor("#b16fe5")Accessibility — WCAG contrast
Aa
#b16fe5 on white: 3.35:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#b16fe5 on black: 6.27:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.4%
Green43.5%
Blue89.8%
CMYK percentages
Cyan22.7%
Magenta51.5%
Yellow0.0%
Key (black)10.2%
Color previews
#b16fe5 text on a black background
contrast 6.27:1
Card sample
#b16fe5 text on a white background
contrast 3.35:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b16fe5;
Background color
Panel with #b16fe5 background
background-color: #b16fe5;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b16fe5;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(177, 111, 229, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(177, 111, 229, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b16fe5; background: linear-gradient(135deg, #b16fe5, #E56FCA);