#b482fd
a light, electric violet · warm · closest name: slateblue
RGB
180, 130, 253
HSL
264°, 97%, 75%
CMYK
29, 49, 0, 1
Luminance
0.3276
Every format
| HEX | #b482fd |
| RGB | rgb(180, 130, 253) |
| HSL | hsl(264, 97%, 75%) |
| CMYK | cmyk(29%, 49%, 0%, 1%) |
| LAB | lab(64.0 43.7 -54.5) |
| LCH | lch(64.0 69.8 308.7) |
| OKLCH | oklch(0.707 0.178 300.7) |
Copy-ready code
/* CSS */
color: #b482fd;
background-color: #b482fd;
/* Tailwind (arbitrary) */
class="text-[#b482fd] bg-[#b482fd]"
/* SCSS */
$brand: #b482fd;
/* SwiftUI */
Color(red: 0.706, green: 0.510, blue: 0.992)
/* Android */
Color.parseColor("#b482fd")Accessibility — WCAG contrast
Aa
#b482fd on white: 2.78:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b482fd on black: 7.55:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red70.6%
Green51.0%
Blue99.2%
CMYK percentages
Cyan28.9%
Magenta48.6%
Yellow0.0%
Key (black)0.8%
Color previews
#b482fd text on a black background
contrast 7.55:1
Card sample
#b482fd text on a white background
contrast 2.78:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b482fd;
Background color
Panel with #b482fd background
background-color: #b482fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b482fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(180, 130, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(180, 130, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b482fd; background: linear-gradient(135deg, #b482fd, #FD82F4);