#b581eb
a light, vivid violet · warm · closest name: orchid
RGB
181, 129, 235
HSL
269°, 73%, 71%
CMYK
23, 45, 0, 8
Luminance
0.3152
Every format
| HEX | #b581eb |
| RGB | rgb(181, 129, 235) |
| HSL | hsl(269, 73%, 71%) |
| CMYK | cmyk(23%, 45%, 0%, 8%) |
| LAB | lab(63.0 40.3 -46.2) |
| LCH | lch(63.0 61.3 311.1) |
| OKLCH | oklch(0.697 0.158 305.3) |
Copy-ready code
/* CSS */
color: #b581eb;
background-color: #b581eb;
/* Tailwind (arbitrary) */
class="text-[#b581eb] bg-[#b581eb]"
/* SCSS */
$brand: #b581eb;
/* SwiftUI */
Color(red: 0.710, green: 0.506, blue: 0.922)
/* Android */
Color.parseColor("#b581eb")Accessibility — WCAG contrast
Aa
#b581eb on white: 2.87:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b581eb on black: 7.30:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red71.0%
Green50.6%
Blue92.2%
CMYK percentages
Cyan23.0%
Magenta45.1%
Yellow0.0%
Key (black)7.8%
Color previews
#b581eb text on a black background
contrast 7.30:1
Card sample
#b581eb text on a white background
contrast 2.87:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b581eb;
Background color
Panel with #b581eb background
background-color: #b581eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b581eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(181, 129, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(181, 129, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b581eb; background: linear-gradient(135deg, #b581eb, #EB81DA);