#b161df
a balanced, vivid violet · warm · closest name: orchid
RGB
177, 97, 223
HSL
278°, 66%, 63%
CMYK
21, 57, 0, 13
Luminance
0.2322
Every format
| HEX | #b161df |
| RGB | rgb(177, 97, 223) |
| HSL | hsl(278, 66%, 63%) |
| CMYK | cmyk(21%, 57%, 0%, 13%) |
| LAB | lab(55.3 53.5 -51.6) |
| LCH | lch(55.3 74.3 316.0) |
| OKLCH | oklch(0.637 0.193 311.4) |
Copy-ready code
/* CSS */
color: #b161df;
background-color: #b161df;
/* Tailwind (arbitrary) */
class="text-[#b161df] bg-[#b161df]"
/* SCSS */
$brand: #b161df;
/* SwiftUI */
Color(red: 0.694, green: 0.380, blue: 0.875)
/* Android */
Color.parseColor("#b161df")Accessibility — WCAG contrast
Aa
#b161df on white: 3.72:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#b161df on black: 5.64:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.4%
Green38.0%
Blue87.5%
CMYK percentages
Cyan20.6%
Magenta56.5%
Yellow0.0%
Key (black)12.5%
Color previews
#b161df text on a black background
contrast 5.64:1
Card sample
#b161df text on a white background
contrast 3.72:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b161df;
Background color
Panel with #b161df background
background-color: #b161df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b161df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(177, 97, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(177, 97, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b161df; background: linear-gradient(135deg, #b161df, #DF61B9);