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