#b982eb
a light, vivid violet · warm · closest name: orchid
RGB
185, 130, 235
HSL
271°, 72%, 72%
CMYK
21, 45, 0, 8
Luminance
0.3228
Every format
| HEX | #b982eb |
| RGB | rgb(185, 130, 235) |
| HSL | hsl(271, 72%, 72%) |
| CMYK | cmyk(21%, 45%, 0%, 8%) |
| LAB | lab(63.6 40.8 -45.2) |
| LCH | lch(63.6 60.9 312.1) |
| OKLCH | oklch(0.703 0.158 306.9) |
Copy-ready code
/* CSS */
color: #b982eb;
background-color: #b982eb;
/* Tailwind (arbitrary) */
class="text-[#b982eb] bg-[#b982eb]"
/* SCSS */
$brand: #b982eb;
/* SwiftUI */
Color(red: 0.725, green: 0.510, blue: 0.922)
/* Android */
Color.parseColor("#b982eb")Accessibility — WCAG contrast
Aa
#b982eb on white: 2.82:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b982eb on black: 7.46:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.5%
Green51.0%
Blue92.2%
CMYK percentages
Cyan21.3%
Magenta44.7%
Yellow0.0%
Key (black)7.8%
Color previews
#b982eb text on a black background
contrast 7.46:1
Card sample
#b982eb text on a white background
contrast 2.82:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b982eb;
Background color
Panel with #b982eb background
background-color: #b982eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b982eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(185, 130, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(185, 130, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b982eb; background: linear-gradient(135deg, #b982eb, #EB82D7);