#652eee
a balanced, electric violet · warm · closest name: blue
RGB
101, 46, 238
HSL
257°, 85%, 56%
CMYK
58, 81, 0, 7
Luminance
0.1089
Every format
| HEX | #652eee |
| RGB | rgb(101, 46, 238) |
| HSL | hsl(257, 85%, 56%) |
| CMYK | cmyk(58%, 81%, 0%, 7%) |
| LAB | lab(39.4 67.1 -86.3) |
| LCH | lch(39.4 109.4 307.9) |
| OKLCH | oklch(0.508 0.258 285.8) |
Copy-ready code
/* CSS */
color: #652eee;
background-color: #652eee;
/* Tailwind (arbitrary) */
class="text-[#652eee] bg-[#652eee]"
/* SCSS */
$brand: #652eee;
/* SwiftUI */
Color(red: 0.396, green: 0.180, blue: 0.933)
/* Android */
Color.parseColor("#652eee")Accessibility — WCAG contrast
Aa
#652eee on white: 6.61:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#652eee on black: 3.18:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red39.6%
Green18.0%
Blue93.3%
CMYK percentages
Cyan57.6%
Magenta80.7%
Yellow0.0%
Key (black)6.7%
Color previews
#652eee text on a black background
contrast 3.18:1
Card sample
#652eee text on a white background
contrast 6.61:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #652eee;
Background color
Panel with #652eee background
background-color: #652eee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #652eee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(101, 46, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(101, 46, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #652eee; background: linear-gradient(135deg, #652eee, #E52EEE);