#b080ff
a light, electric violet · warm · closest name: slateblue
RGB
176, 128, 255
HSL
263°, 100%, 75%
CMYK
31, 50, 0, 0
Luminance
0.3189
Every format
| HEX | #b080ff |
| RGB | rgb(176, 128, 255) |
| HSL | hsl(263, 100%, 75%) |
| CMYK | cmyk(31%, 50%, 0%, 0%) |
| LAB | lab(63.3 44.2 -56.8) |
| LCH | lch(63.3 71.9 307.9) |
| OKLCH | oklch(0.701 0.183 299.1) |
Copy-ready code
/* CSS */
color: #b080ff;
background-color: #b080ff;
/* Tailwind (arbitrary) */
class="text-[#b080ff] bg-[#b080ff]"
/* SCSS */
$brand: #b080ff;
/* SwiftUI */
Color(red: 0.690, green: 0.502, blue: 1.000)
/* Android */
Color.parseColor("#b080ff")Accessibility — WCAG contrast
Aa
#b080ff on white: 2.85:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b080ff on black: 7.38:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.0%
Green50.2%
Blue100.0%
CMYK percentages
Cyan31.0%
Magenta49.8%
Yellow0.0%
Key (black)0.0%
Color previews
#b080ff text on a black background
contrast 7.38:1
Card sample
#b080ff text on a white background
contrast 2.85:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b080ff;
Background color
Panel with #b080ff background
background-color: #b080ff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b080ff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(176, 128, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(176, 128, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b080ff; background: linear-gradient(135deg, #b080ff, #FF80F9);