#b77cca
a balanced, soft violet · warm · closest name: plum
RGB
183, 124, 202
HSL
285°, 42%, 64%
CMYK
9, 39, 0, 21
Luminance
0.2875
Every format
| HEX | #b77cca |
| RGB | rgb(183, 124, 202) |
| HSL | hsl(285, 42%, 64%) |
| CMYK | cmyk(9%, 39%, 0%, 21%) |
| LAB | lab(60.6 36.4 -31.5) |
| LCH | lch(60.6 48.1 319.1) |
| OKLCH | oklch(0.675 0.128 317.7) |
Copy-ready code
/* CSS */
color: #b77cca;
background-color: #b77cca;
/* Tailwind (arbitrary) */
class="text-[#b77cca] bg-[#b77cca]"
/* SCSS */
$brand: #b77cca;
/* SwiftUI */
Color(red: 0.718, green: 0.486, blue: 0.792)
/* Android */
Color.parseColor("#b77cca")Accessibility — WCAG contrast
Aa
#b77cca on white: 3.11:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#b77cca on black: 6.75:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red71.8%
Green48.6%
Blue79.2%
CMYK percentages
Cyan9.4%
Magenta38.6%
Yellow0.0%
Key (black)20.8%
Color previews
#b77cca text on a black background
contrast 6.75:1
Card sample
#b77cca text on a white background
contrast 3.11:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b77cca;
Background color
Panel with #b77cca background
background-color: #b77cca;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b77cca;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(183, 124, 202, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(183, 124, 202, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b77cca; background: linear-gradient(135deg, #b77cca, #CA7CA9);