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