#b080fc
a light, electric violet · warm · closest name: slateblue
RGB
176, 128, 252
HSL
263°, 95%, 75%
CMYK
30, 49, 0, 1
Luminance
0.3170
Every format
| HEX | #b080fc |
| RGB | rgb(176, 128, 252) |
| HSL | hsl(263, 95%, 75%) |
| CMYK | cmyk(30%, 49%, 0%, 1%) |
| LAB | lab(63.1 43.5 -55.4) |
| LCH | lch(63.1 70.4 308.2) |
| OKLCH | oklch(0.700 0.179 299.6) |
Copy-ready code
/* CSS */
color: #b080fc;
background-color: #b080fc;
/* Tailwind (arbitrary) */
class="text-[#b080fc] bg-[#b080fc]"
/* SCSS */
$brand: #b080fc;
/* SwiftUI */
Color(red: 0.690, green: 0.502, blue: 0.988)
/* Android */
Color.parseColor("#b080fc")Accessibility — WCAG contrast
Aa
#b080fc on white: 2.86:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b080fc on black: 7.34:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.0%
Green50.2%
Blue98.8%
CMYK percentages
Cyan30.2%
Magenta49.2%
Yellow0.0%
Key (black)1.2%
Color previews
#b080fc text on a black background
contrast 7.34:1
Card sample
#b080fc text on a white background
contrast 2.86:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b080fc;
Background color
Panel with #b080fc background
background-color: #b080fc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b080fc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(176, 128, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(176, 128, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b080fc; background: linear-gradient(135deg, #b080fc, #FC80F5);