#652ace
a balanced, vivid violet · warm · closest name: indigo
RGB
101, 42, 206
HSL
262°, 66%, 49%
CMYK
51, 80, 0, 19
Luminance
0.0888
Every format
| HEX | #652ace |
| RGB | rgb(101, 42, 206) |
| HSL | hsl(262, 66%, 49%) |
| CMYK | cmyk(51%, 80%, 0%, 19%) |
| LAB | lab(35.8 60.5 -74.0) |
| LCH | lch(35.8 95.6 309.3) |
| OKLCH | oklch(0.474 0.228 291.3) |
Copy-ready code
/* CSS */
color: #652ace;
background-color: #652ace;
/* Tailwind (arbitrary) */
class="text-[#652ace] bg-[#652ace]"
/* SCSS */
$brand: #652ace;
/* SwiftUI */
Color(red: 0.396, green: 0.165, blue: 0.808)
/* Android */
Color.parseColor("#652ace")Accessibility — WCAG contrast
Aa
#652ace on white: 7.57:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#652ace on black: 2.78:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red39.6%
Green16.5%
Blue80.8%
CMYK percentages
Cyan51.0%
Magenta79.6%
Yellow0.0%
Key (black)19.2%
Color previews
#652ace text on a black background
contrast 2.78:1
Card sample
#652ace text on a white background
contrast 7.57:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #652ace;
Background color
Panel with #652ace background
background-color: #652ace;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #652ace;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(101, 42, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(101, 42, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #652ace; background: linear-gradient(135deg, #652ace, #CE2AC9);