#b60fdf
a balanced, electric violet · warm · closest name: magenta
RGB
182, 15, 223
HSL
288°, 87%, 47%
CMYK
18, 93, 0, 13
Luminance
0.1561
Every format
| HEX | #b60fdf |
| RGB | rgb(182, 15, 223) |
| HSL | hsl(288, 87%, 47%) |
| CMYK | cmyk(18%, 93%, 0%, 13%) |
| LAB | lab(46.5 81.4 -65.8) |
| LCH | lch(46.5 104.7 321.0) |
| OKLCH | oklch(0.576 0.274 317.4) |
Copy-ready code
/* CSS */
color: #b60fdf;
background-color: #b60fdf;
/* Tailwind (arbitrary) */
class="text-[#b60fdf] bg-[#b60fdf]"
/* SCSS */
$brand: #b60fdf;
/* SwiftUI */
Color(red: 0.714, green: 0.059, blue: 0.875)
/* Android */
Color.parseColor("#b60fdf")Accessibility — WCAG contrast
Aa
#b60fdf on white: 5.09:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#b60fdf on black: 4.12:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red71.4%
Green5.9%
Blue87.5%
CMYK percentages
Cyan18.4%
Magenta93.3%
Yellow0.0%
Key (black)12.5%
Color previews
#b60fdf text on a black background
contrast 4.12:1
Card sample
#b60fdf text on a white background
contrast 5.09:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b60fdf;
Background color
Panel with #b60fdf background
background-color: #b60fdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b60fdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(182, 15, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(182, 15, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b60fdf; background: linear-gradient(135deg, #b60fdf, #DF0F7D);