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