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