#523dbb
a balanced, vivid blue · warm · closest name: slateblue
RGB
82, 61, 187
HSL
250°, 51%, 49%
CMYK
56, 67, 0, 27
Luminance
0.0872
Every format
| HEX | #523dbb |
| RGB | rgb(82, 61, 187) |
| HSL | hsl(250, 51%, 49%) |
| CMYK | cmyk(56%, 67%, 0%, 27%) |
| LAB | lab(35.4 43.1 -63.5) |
| LCH | lch(35.4 76.7 304.2) |
| OKLCH | oklch(0.462 0.188 283.9) |
Copy-ready code
/* CSS */
color: #523dbb;
background-color: #523dbb;
/* Tailwind (arbitrary) */
class="text-[#523dbb] bg-[#523dbb]"
/* SCSS */
$brand: #523dbb;
/* SwiftUI */
Color(red: 0.322, green: 0.239, blue: 0.733)
/* Android */
Color.parseColor("#523dbb")Accessibility — WCAG contrast
Aa
#523dbb on white: 7.65:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#523dbb on black: 2.74:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red32.2%
Green23.9%
Blue73.3%
CMYK percentages
Cyan56.1%
Magenta67.4%
Yellow0.0%
Key (black)26.7%
Color previews
#523dbb text on a black background
contrast 2.74:1
Card sample
#523dbb text on a white background
contrast 7.65:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #523dbb;
Background color
Panel with #523dbb background
background-color: #523dbb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #523dbb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(82, 61, 187, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(82, 61, 187, 0.45);
Border & gradient
Gradient panel
border: 3px solid #523dbb; background: linear-gradient(135deg, #523dbb, #A63DBB);