#523cdf
a balanced, vivid blue · warm · closest name: slateblue
RGB
82, 60, 223
HSL
248°, 72%, 56%
CMYK
63, 73, 0, 13
Luminance
0.1035
Every format
| HEX | #523cdf |
| RGB | rgb(82, 60, 223) |
| HSL | hsl(248, 72%, 56%) |
| CMYK | cmyk(63%, 73%, 0%, 13%) |
| LAB | lab(38.5 54.5 -79.4) |
| LCH | lch(38.5 96.3 304.5) |
| OKLCH | oklch(0.493 0.232 279.7) |
Copy-ready code
/* CSS */
color: #523cdf;
background-color: #523cdf;
/* Tailwind (arbitrary) */
class="text-[#523cdf] bg-[#523cdf]"
/* SCSS */
$brand: #523cdf;
/* SwiftUI */
Color(red: 0.322, green: 0.235, blue: 0.875)
/* Android */
Color.parseColor("#523cdf")Accessibility — WCAG contrast
Aa
#523cdf on white: 6.84:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#523cdf on black: 3.07:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red32.2%
Green23.5%
Blue87.5%
CMYK percentages
Cyan63.2%
Magenta73.1%
Yellow0.0%
Key (black)12.5%
Color previews
#523cdf text on a black background
contrast 3.07:1
Card sample
#523cdf text on a white background
contrast 6.84:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #523cdf;
Background color
Panel with #523cdf background
background-color: #523cdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #523cdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(82, 60, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(82, 60, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #523cdf; background: linear-gradient(135deg, #523cdf, #BF3CDF);