#b60eee
a balanced, electric violet · warm · closest name: magenta
RGB
182, 14, 238
HSL
285°, 89%, 49%
CMYK
24, 94, 0, 7
Luminance
0.1643
Every format
| HEX | #b60eee |
| RGB | rgb(182, 14, 238) |
| HSL | hsl(285, 89%, 49%) |
| CMYK | cmyk(24%, 94%, 0%, 7%) |
| LAB | lab(47.5 84.1 -72.6) |
| LCH | lch(47.5 111.1 319.2) |
| OKLCH | oklch(0.587 0.286 313.9) |
Copy-ready code
/* CSS */
color: #b60eee;
background-color: #b60eee;
/* Tailwind (arbitrary) */
class="text-[#b60eee] bg-[#b60eee]"
/* SCSS */
$brand: #b60eee;
/* SwiftUI */
Color(red: 0.714, green: 0.055, blue: 0.933)
/* Android */
Color.parseColor("#b60eee")Accessibility — WCAG contrast
Aa
#b60eee on white: 4.90:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#b60eee on black: 4.29:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red71.4%
Green5.5%
Blue93.3%
CMYK percentages
Cyan23.5%
Magenta94.1%
Yellow0.0%
Key (black)6.7%
Color previews
#b60eee text on a black background
contrast 4.29:1
Card sample
#b60eee text on a white background
contrast 4.90:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b60eee;
Background color
Panel with #b60eee background
background-color: #b60eee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b60eee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(182, 14, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(182, 14, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b60eee; background: linear-gradient(135deg, #b60eee, #EE0E91);