#522ace
a balanced, vivid blue · warm · closest name: navy
RGB
82, 42, 206
HSL
255°, 66%, 49%
CMYK
60, 80, 0, 19
Luminance
0.0791
Every format
| HEX | #522ace |
| RGB | rgb(82, 42, 206) |
| HSL | hsl(255, 66%, 49%) |
| CMYK | cmyk(60%, 80%, 0%, 19%) |
| LAB | lab(33.8 58.3 -77.3) |
| LCH | lch(33.8 96.8 307.0) |
| OKLCH | oklch(0.456 0.229 283.7) |
Copy-ready code
/* CSS */
color: #522ace;
background-color: #522ace;
/* Tailwind (arbitrary) */
class="text-[#522ace] bg-[#522ace]"
/* SCSS */
$brand: #522ace;
/* SwiftUI */
Color(red: 0.322, green: 0.165, blue: 0.808)
/* Android */
Color.parseColor("#522ace")Accessibility — WCAG contrast
Aa
#522ace on white: 8.14:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#522ace on black: 2.58:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red32.2%
Green16.5%
Blue80.8%
CMYK percentages
Cyan60.2%
Magenta79.6%
Yellow0.0%
Key (black)19.2%
Color previews
#522ace text on a black background
contrast 2.58:1
Card sample
#522ace text on a white background
contrast 8.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #522ace;
Background color
Panel with #522ace background
background-color: #522ace;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #522ace;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(82, 42, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(82, 42, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #522ace; background: linear-gradient(135deg, #522ace, #BF2ACE);