#b080f5
a light, electric violet · warm · closest name: slateblue
RGB
176, 128, 245
HSL
265°, 85%, 73%
CMYK
28, 48, 0, 4
Luminance
0.3126
Every format
| HEX | #b080f5 |
| RGB | rgb(176, 128, 245) |
| HSL | hsl(265, 85%, 73%) |
| CMYK | cmyk(28%, 48%, 0%, 4%) |
| LAB | lab(62.7 41.8 -52.1) |
| LCH | lch(62.7 66.8 308.7) |
| OKLCH | oklch(0.696 0.171 301.0) |
Copy-ready code
/* CSS */
color: #b080f5;
background-color: #b080f5;
/* Tailwind (arbitrary) */
class="text-[#b080f5] bg-[#b080f5]"
/* SCSS */
$brand: #b080f5;
/* SwiftUI */
Color(red: 0.690, green: 0.502, blue: 0.961)
/* Android */
Color.parseColor("#b080f5")Accessibility — WCAG contrast
Aa
#b080f5 on white: 2.90:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b080f5 on black: 7.25:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.0%
Green50.2%
Blue96.1%
CMYK percentages
Cyan28.2%
Magenta47.8%
Yellow0.0%
Key (black)3.9%
Color previews
#b080f5 text on a black background
contrast 7.25:1
Card sample
#b080f5 text on a white background
contrast 2.90:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b080f5;
Background color
Panel with #b080f5 background
background-color: #b080f5;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b080f5;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(176, 128, 245, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(176, 128, 245, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b080f5; background: linear-gradient(135deg, #b080f5, #F580EC);