#b60dfd
a balanced, electric violet · warm · closest name: magenta
RGB
182, 13, 253
HSL
282°, 98%, 52%
CMYK
28, 95, 0, 1
Luminance
0.1732
Every format
| HEX | #b60dfd |
| RGB | rgb(182, 13, 253) |
| HSL | hsl(282, 98%, 52%) |
| CMYK | cmyk(28%, 95%, 0%, 1%) |
| LAB | lab(48.7 86.9 -79.1) |
| LCH | lch(48.7 117.5 317.7) |
| OKLCH | oklch(0.598 0.297 310.7) |
Copy-ready code
/* CSS */
color: #b60dfd;
background-color: #b60dfd;
/* Tailwind (arbitrary) */
class="text-[#b60dfd] bg-[#b60dfd]"
/* SCSS */
$brand: #b60dfd;
/* SwiftUI */
Color(red: 0.714, green: 0.051, blue: 0.992)
/* Android */
Color.parseColor("#b60dfd")Accessibility — WCAG contrast
Aa
#b60dfd on white: 4.70:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#b60dfd on black: 4.46:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red71.4%
Green5.1%
Blue99.2%
CMYK percentages
Cyan28.1%
Magenta94.9%
Yellow0.0%
Key (black)0.8%
Color previews
#b60dfd text on a black background
contrast 4.46:1
Card sample
#b60dfd text on a white background
contrast 4.70:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b60dfd;
Background color
Panel with #b60dfd background
background-color: #b60dfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b60dfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(182, 13, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(182, 13, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b60dfd; background: linear-gradient(135deg, #b60dfd, #FD0DA4);