#b780eb
a light, vivid violet · warm · closest name: orchid
RGB
183, 128, 235
HSL
271°, 73%, 71%
CMYK
22, 46, 0, 8
Luminance
0.3150
Every format
| HEX | #b780eb |
| RGB | rgb(183, 128, 235) |
| HSL | hsl(271, 73%, 71%) |
| CMYK | cmyk(22%, 46%, 0%, 8%) |
| LAB | lab(62.9 41.3 -46.2) |
| LCH | lch(62.9 62.0 311.8) |
| OKLCH | oklch(0.697 0.160 306.4) |
Copy-ready code
/* CSS */
color: #b780eb;
background-color: #b780eb;
/* Tailwind (arbitrary) */
class="text-[#b780eb] bg-[#b780eb]"
/* SCSS */
$brand: #b780eb;
/* SwiftUI */
Color(red: 0.718, green: 0.502, blue: 0.922)
/* Android */
Color.parseColor("#b780eb")Accessibility — WCAG contrast
Aa
#b780eb on white: 2.88:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b780eb on black: 7.30:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red71.8%
Green50.2%
Blue92.2%
CMYK percentages
Cyan22.1%
Magenta45.5%
Yellow0.0%
Key (black)7.8%
Color previews
#b780eb text on a black background
contrast 7.30:1
Card sample
#b780eb text on a white background
contrast 2.88:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b780eb;
Background color
Panel with #b780eb background
background-color: #b780eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b780eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(183, 128, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(183, 128, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b780eb; background: linear-gradient(135deg, #b780eb, #EB80D8);