#852ef1
a balanced, electric violet · warm · closest name: blue
RGB
133, 46, 241
HSL
267°, 87%, 56%
CMYK
45, 81, 0, 6
Luminance
0.1329
Every format
| HEX | #852ef1 |
| RGB | rgb(133, 46, 241) |
| HSL | hsl(267, 87%, 56%) |
| CMYK | cmyk(45%, 81%, 0%, 6%) |
| LAB | lab(43.2 71.6 -81.6) |
| LCH | lch(43.2 108.6 311.2) |
| OKLCH | oklch(0.543 0.261 296.5) |
Copy-ready code
/* CSS */
color: #852ef1;
background-color: #852ef1;
/* Tailwind (arbitrary) */
class="text-[#852ef1] bg-[#852ef1]"
/* SCSS */
$brand: #852ef1;
/* SwiftUI */
Color(red: 0.522, green: 0.180, blue: 0.945)
/* Android */
Color.parseColor("#852ef1")Accessibility — WCAG contrast
Aa
#852ef1 on white: 5.74:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#852ef1 on black: 3.66:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red52.2%
Green18.0%
Blue94.5%
CMYK percentages
Cyan44.8%
Magenta80.9%
Yellow0.0%
Key (black)5.5%
Color previews
#852ef1 text on a black background
contrast 3.66:1
Card sample
#852ef1 text on a white background
contrast 5.74:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #852ef1;
Background color
Panel with #852ef1 background
background-color: #852ef1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #852ef1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(133, 46, 241, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(133, 46, 241, 0.45);
Border & gradient
Gradient panel
border: 3px solid #852ef1; background: linear-gradient(135deg, #852ef1, #F12EDB);