#851cee
a balanced, electric violet · warm · closest name: blue
RGB
133, 28, 238
HSL
270°, 86%, 52%
CMYK
44, 88, 0, 7
Luminance
0.1199
Every format
| HEX | #851cee |
| RGB | rgb(133, 28, 238) |
| HSL | hsl(270, 86%, 52%) |
| CMYK | cmyk(44%, 88%, 0%, 7%) |
| LAB | lab(41.2 76.0 -83.2) |
| LCH | lch(41.2 112.7 312.4) |
| OKLCH | oklch(0.529 0.270 298.0) |
Copy-ready code
/* CSS */
color: #851cee;
background-color: #851cee;
/* Tailwind (arbitrary) */
class="text-[#851cee] bg-[#851cee]"
/* SCSS */
$brand: #851cee;
/* SwiftUI */
Color(red: 0.522, green: 0.110, blue: 0.933)
/* Android */
Color.parseColor("#851cee")Accessibility — WCAG contrast
Aa
#851cee on white: 6.18:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#851cee on black: 3.40:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red52.2%
Green11.0%
Blue93.3%
CMYK percentages
Cyan44.1%
Magenta88.2%
Yellow0.0%
Key (black)6.7%
Color previews
#851cee text on a black background
contrast 3.40:1
Card sample
#851cee text on a white background
contrast 6.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #851cee;
Background color
Panel with #851cee background
background-color: #851cee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #851cee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(133, 28, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(133, 28, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #851cee; background: linear-gradient(135deg, #851cee, #EE1CCB);