#b082eb
a light, vivid violet · warm · closest name: slateblue
RGB
176, 130, 235
HSL
266°, 72%, 72%
CMYK
25, 45, 0, 8
Luminance
0.3119
Every format
| HEX | #b082eb |
| RGB | rgb(176, 130, 235) |
| HSL | hsl(266, 72%, 72%) |
| CMYK | cmyk(25%, 45%, 0%, 8%) |
| LAB | lab(62.7 38.3 -46.6) |
| LCH | lch(62.7 60.4 309.4) |
| OKLCH | oklch(0.694 0.155 302.8) |
Copy-ready code
/* CSS */
color: #b082eb;
background-color: #b082eb;
/* Tailwind (arbitrary) */
class="text-[#b082eb] bg-[#b082eb]"
/* SCSS */
$brand: #b082eb;
/* SwiftUI */
Color(red: 0.690, green: 0.510, blue: 0.922)
/* Android */
Color.parseColor("#b082eb")Accessibility — WCAG contrast
Aa
#b082eb on white: 2.90:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b082eb on black: 7.24:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.0%
Green51.0%
Blue92.2%
CMYK percentages
Cyan25.1%
Magenta44.7%
Yellow0.0%
Key (black)7.8%
Color previews
#b082eb text on a black background
contrast 7.24:1
Card sample
#b082eb text on a white background
contrast 2.90:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b082eb;
Background color
Panel with #b082eb background
background-color: #b082eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b082eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(176, 130, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(176, 130, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b082eb; background: linear-gradient(135deg, #b082eb, #EB82E0);