#b080f1
a light, electric violet · warm · closest name: slateblue
RGB
176, 128, 241
HSL
266°, 80%, 72%
CMYK
27, 47, 0, 6
Luminance
0.3102
Every format
| HEX | #b080f1 |
| RGB | rgb(176, 128, 241) |
| HSL | hsl(266, 80%, 72%) |
| CMYK | cmyk(27%, 47%, 0%, 6%) |
| LAB | lab(62.5 40.9 -50.2) |
| LCH | lch(62.5 64.7 309.1) |
| OKLCH | oklch(0.694 0.166 301.9) |
Copy-ready code
/* CSS */
color: #b080f1;
background-color: #b080f1;
/* Tailwind (arbitrary) */
class="text-[#b080f1] bg-[#b080f1]"
/* SCSS */
$brand: #b080f1;
/* SwiftUI */
Color(red: 0.690, green: 0.502, blue: 0.945)
/* Android */
Color.parseColor("#b080f1")Accessibility — WCAG contrast
Aa
#b080f1 on white: 2.92:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b080f1 on black: 7.20:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.0%
Green50.2%
Blue94.5%
CMYK percentages
Cyan27.0%
Magenta46.9%
Yellow0.0%
Key (black)5.5%
Color previews
#b080f1 text on a black background
contrast 7.20:1
Card sample
#b080f1 text on a white background
contrast 2.92:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b080f1;
Background color
Panel with #b080f1 background
background-color: #b080f1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b080f1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(176, 128, 241, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(176, 128, 241, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b080f1; background: linear-gradient(135deg, #b080f1, #F180E7);