#b77bdf
a light, vivid violet · warm · closest name: orchid
RGB
183, 123, 223
HSL
276°, 61%, 68%
CMYK
18, 45, 0, 13
Luminance
0.2956
Every format
| HEX | #b77bdf |
| RGB | rgb(183, 123, 223) |
| HSL | hsl(276, 61%, 68%) |
| CMYK | cmyk(18%, 45%, 0%, 13%) |
| LAB | lab(61.3 41.4 -42.1) |
| LCH | lch(61.3 59.1 314.5) |
| OKLCH | oklch(0.683 0.154 310.5) |
Copy-ready code
/* CSS */
color: #b77bdf;
background-color: #b77bdf;
/* Tailwind (arbitrary) */
class="text-[#b77bdf] bg-[#b77bdf]"
/* SCSS */
$brand: #b77bdf;
/* SwiftUI */
Color(red: 0.718, green: 0.482, blue: 0.875)
/* Android */
Color.parseColor("#b77bdf")Accessibility — WCAG contrast
Aa
#b77bdf on white: 3.04:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#b77bdf on black: 6.91:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red71.8%
Green48.2%
Blue87.5%
CMYK percentages
Cyan17.9%
Magenta44.8%
Yellow0.0%
Key (black)12.5%
Color previews
#b77bdf text on a black background
contrast 6.91:1
Card sample
#b77bdf text on a white background
contrast 3.04:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b77bdf;
Background color
Panel with #b77bdf background
background-color: #b77bdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b77bdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(183, 123, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(183, 123, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b77bdf; background: linear-gradient(135deg, #b77bdf, #DF7BC4);