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