#b080eb
a light, vivid violet · warm · closest name: slateblue
RGB
176, 128, 235
HSL
267°, 73%, 71%
CMYK
25, 46, 0, 8
Luminance
0.3067
Every format
| HEX | #b080eb |
| RGB | rgb(176, 128, 235) |
| HSL | hsl(267, 73%, 71%) |
| CMYK | cmyk(25%, 46%, 0%, 8%) |
| LAB | lab(62.2 39.4 -47.4) |
| LCH | lch(62.2 61.6 309.8) |
| OKLCH | oklch(0.690 0.158 303.2) |
Copy-ready code
/* CSS */
color: #b080eb;
background-color: #b080eb;
/* Tailwind (arbitrary) */
class="text-[#b080eb] bg-[#b080eb]"
/* SCSS */
$brand: #b080eb;
/* SwiftUI */
Color(red: 0.690, green: 0.502, blue: 0.922)
/* Android */
Color.parseColor("#b080eb")Accessibility — WCAG contrast
Aa
#b080eb on white: 2.94:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b080eb on black: 7.13:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.0%
Green50.2%
Blue92.2%
CMYK percentages
Cyan25.1%
Magenta45.5%
Yellow0.0%
Key (black)7.8%
Color previews
#b080eb text on a black background
contrast 7.13:1
Card sample
#b080eb text on a white background
contrast 2.94:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b080eb;
Background color
Panel with #b080eb background
background-color: #b080eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b080eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(176, 128, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(176, 128, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b080eb; background: linear-gradient(135deg, #b080eb, #EB80DF);