#b082fd
a light, electric violet · warm · closest name: slateblue
RGB
176, 130, 253
HSL
262°, 97%, 75%
CMYK
30, 49, 0, 1
Luminance
0.3229
Every format
| HEX | #b082fd |
| RGB | rgb(176, 130, 253) |
| HSL | hsl(262, 97%, 75%) |
| CMYK | cmyk(30%, 49%, 0%, 1%) |
| LAB | lab(63.6 42.6 -55.1) |
| LCH | lch(63.6 69.7 307.7) |
| OKLCH | oklch(0.704 0.177 299.0) |
Copy-ready code
/* CSS */
color: #b082fd;
background-color: #b082fd;
/* Tailwind (arbitrary) */
class="text-[#b082fd] bg-[#b082fd]"
/* SCSS */
$brand: #b082fd;
/* SwiftUI */
Color(red: 0.690, green: 0.510, blue: 0.992)
/* Android */
Color.parseColor("#b082fd")Accessibility — WCAG contrast
Aa
#b082fd on white: 2.82:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b082fd on black: 7.46:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.0%
Green51.0%
Blue99.2%
CMYK percentages
Cyan30.4%
Magenta48.6%
Yellow0.0%
Key (black)0.8%
Color previews
#b082fd text on a black background
contrast 7.46:1
Card sample
#b082fd text on a white background
contrast 2.82:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b082fd;
Background color
Panel with #b082fd background
background-color: #b082fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b082fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(176, 130, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(176, 130, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b082fd; background: linear-gradient(135deg, #b082fd, #FD82F8);