#b577eb
a light, vivid violet · warm · closest name: orchid
RGB
181, 119, 235
HSL
272°, 74%, 69%
CMYK
23, 49, 0, 8
Luminance
0.2902
Every format
| HEX | #b577eb |
| RGB | rgb(181, 119, 235) |
| HSL | hsl(272, 74%, 69%) |
| CMYK | cmyk(23%, 49%, 0%, 8%) |
| LAB | lab(60.8 45.7 -49.6) |
| LCH | lch(60.8 67.4 312.6) |
| OKLCH | oklch(0.681 0.174 307.1) |
Copy-ready code
/* CSS */
color: #b577eb;
background-color: #b577eb;
/* Tailwind (arbitrary) */
class="text-[#b577eb] bg-[#b577eb]"
/* SCSS */
$brand: #b577eb;
/* SwiftUI */
Color(red: 0.710, green: 0.467, blue: 0.922)
/* Android */
Color.parseColor("#b577eb")Accessibility — WCAG contrast
Aa
#b577eb on white: 3.09:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#b577eb on black: 6.80:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red71.0%
Green46.7%
Blue92.2%
CMYK percentages
Cyan23.0%
Magenta49.4%
Yellow0.0%
Key (black)7.8%
Color previews
#b577eb text on a black background
contrast 6.80:1
Card sample
#b577eb text on a white background
contrast 3.09:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b577eb;
Background color
Panel with #b577eb background
background-color: #b577eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b577eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(181, 119, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(181, 119, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b577eb; background: linear-gradient(135deg, #b577eb, #EB77D4);