#522cdf
a balanced, vivid blue · warm · closest name: blue
RGB
82, 44, 223
HSL
253°, 74%, 52%
CMYK
63, 80, 0, 13
Luminance
0.0892
Every format
| HEX | #522cdf |
| RGB | rgb(82, 44, 223) |
| HSL | hsl(253, 74%, 52%) |
| CMYK | cmyk(63%, 80%, 0%, 13%) |
| LAB | lab(35.8 62.1 -83.7) |
| LCH | lch(35.8 104.2 306.6) |
| OKLCH | oklch(0.475 0.246 281.3) |
Copy-ready code
/* CSS */
color: #522cdf;
background-color: #522cdf;
/* Tailwind (arbitrary) */
class="text-[#522cdf] bg-[#522cdf]"
/* SCSS */
$brand: #522cdf;
/* SwiftUI */
Color(red: 0.322, green: 0.173, blue: 0.875)
/* Android */
Color.parseColor("#522cdf")Accessibility — WCAG contrast
Aa
#522cdf on white: 7.54:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#522cdf on black: 2.78:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red32.2%
Green17.3%
Blue87.5%
CMYK percentages
Cyan63.2%
Magenta80.3%
Yellow0.0%
Key (black)12.5%
Color previews
#522cdf text on a black background
contrast 2.78:1
Card sample
#522cdf text on a white background
contrast 7.54:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #522cdf;
Background color
Panel with #522cdf background
background-color: #522cdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #522cdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(82, 44, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(82, 44, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #522cdf; background: linear-gradient(135deg, #522cdf, #C92CDF);