#b080f9
a light, electric violet · warm · closest name: slateblue
RGB
176, 128, 249
HSL
264°, 91%, 74%
CMYK
29, 49, 0, 2
Luminance
0.3151
Every format
| HEX | #b080f9 |
| RGB | rgb(176, 128, 249) |
| HSL | hsl(264, 91%, 74%) |
| CMYK | cmyk(29%, 49%, 0%, 2%) |
| LAB | lab(62.9 42.8 -54.0) |
| LCH | lch(62.9 68.8 308.4) |
| OKLCH | oklch(0.698 0.176 300.2) |
Copy-ready code
/* CSS */
color: #b080f9;
background-color: #b080f9;
/* Tailwind (arbitrary) */
class="text-[#b080f9] bg-[#b080f9]"
/* SCSS */
$brand: #b080f9;
/* SwiftUI */
Color(red: 0.690, green: 0.502, blue: 0.976)
/* Android */
Color.parseColor("#b080f9")Accessibility — WCAG contrast
Aa
#b080f9 on white: 2.88:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b080f9 on black: 7.30:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.0%
Green50.2%
Blue97.6%
CMYK percentages
Cyan29.3%
Magenta48.6%
Yellow0.0%
Key (black)2.4%
Color previews
#b080f9 text on a black background
contrast 7.30:1
Card sample
#b080f9 text on a white background
contrast 2.88:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b080f9;
Background color
Panel with #b080f9 background
background-color: #b080f9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b080f9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(176, 128, 249, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(176, 128, 249, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b080f9; background: linear-gradient(135deg, #b080f9, #F980F1);