#b082db
a light, vivid violet · warm · closest name: plum
RGB
176, 130, 219
HSL
271°, 55%, 68%
CMYK
20, 41, 0, 14
Luminance
0.3031
Every format
| HEX | #b082db |
| RGB | rgb(176, 130, 219) |
| HSL | hsl(271, 55%, 68%) |
| CMYK | cmyk(20%, 41%, 0%, 14%) |
| LAB | lab(61.9 34.6 -38.9) |
| LCH | lch(61.9 52.1 311.6) |
| OKLCH | oklch(0.686 0.135 307.0) |
Copy-ready code
/* CSS */
color: #b082db;
background-color: #b082db;
/* Tailwind (arbitrary) */
class="text-[#b082db] bg-[#b082db]"
/* SCSS */
$brand: #b082db;
/* SwiftUI */
Color(red: 0.690, green: 0.510, blue: 0.859)
/* Android */
Color.parseColor("#b082db")Accessibility — WCAG contrast
Aa
#b082db on white: 2.97:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b082db on black: 7.06:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.0%
Green51.0%
Blue85.9%
CMYK percentages
Cyan19.6%
Magenta40.6%
Yellow0.0%
Key (black)14.1%
Color previews
#b082db text on a black background
contrast 7.06:1
Card sample
#b082db text on a white background
contrast 2.97:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b082db;
Background color
Panel with #b082db background
background-color: #b082db;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b082db;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(176, 130, 219, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(176, 130, 219, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b082db; background: linear-gradient(135deg, #b082db, #DB82CB);