#b77fdf
a light, vivid violet · warm · closest name: orchid
RGB
183, 127, 223
HSL
275°, 60%, 69%
CMYK
18, 43, 0, 13
Luminance
0.3057
Every format
| HEX | #b77fdf |
| RGB | rgb(183, 127, 223) |
| HSL | hsl(275, 60%, 69%) |
| CMYK | cmyk(18%, 43%, 0%, 13%) |
| LAB | lab(62.1 39.2 -40.8) |
| LCH | lch(62.1 56.6 313.9) |
| OKLCH | oklch(0.690 0.148 309.9) |
Copy-ready code
/* CSS */
color: #b77fdf;
background-color: #b77fdf;
/* Tailwind (arbitrary) */
class="text-[#b77fdf] bg-[#b77fdf]"
/* SCSS */
$brand: #b77fdf;
/* SwiftUI */
Color(red: 0.718, green: 0.498, blue: 0.875)
/* Android */
Color.parseColor("#b77fdf")Accessibility — WCAG contrast
Aa
#b77fdf on white: 2.95:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b77fdf on black: 7.11:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red71.8%
Green49.8%
Blue87.5%
CMYK percentages
Cyan17.9%
Magenta43.0%
Yellow0.0%
Key (black)12.5%
Color previews
#b77fdf text on a black background
contrast 7.11:1
Card sample
#b77fdf text on a white background
contrast 2.95:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b77fdf;
Background color
Panel with #b77fdf background
background-color: #b77fdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b77fdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(183, 127, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(183, 127, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b77fdf; background: linear-gradient(135deg, #b77fdf, #DF7FC7);