#852eee
a balanced, electric violet · warm · closest name: blue
RGB
133, 46, 238
HSL
267°, 85%, 56%
CMYK
44, 81, 0, 7
Luminance
0.1311
Every format
| HEX | #852eee |
| RGB | rgb(133, 46, 238) |
| HSL | hsl(267, 85%, 56%) |
| CMYK | cmyk(44%, 81%, 0%, 7%) |
| LAB | lab(42.9 70.9 -80.4) |
| LCH | lch(42.9 107.2 311.4) |
| OKLCH | oklch(0.541 0.259 297.0) |
Copy-ready code
/* CSS */
color: #852eee;
background-color: #852eee;
/* Tailwind (arbitrary) */
class="text-[#852eee] bg-[#852eee]"
/* SCSS */
$brand: #852eee;
/* SwiftUI */
Color(red: 0.522, green: 0.180, blue: 0.933)
/* Android */
Color.parseColor("#852eee")Accessibility — WCAG contrast
Aa
#852eee on white: 5.80:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#852eee on black: 3.62:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red52.2%
Green18.0%
Blue93.3%
CMYK percentages
Cyan44.1%
Magenta80.7%
Yellow0.0%
Key (black)6.7%
Color previews
#852eee text on a black background
contrast 3.62:1
Card sample
#852eee text on a white background
contrast 5.80:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #852eee;
Background color
Panel with #852eee background
background-color: #852eee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #852eee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(133, 46, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(133, 46, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #852eee; background: linear-gradient(135deg, #852eee, #EE2ED7);