#5b53af
a balanced, soft blue · warm · closest name: slateblue
RGB
91, 83, 175
HSL
245°, 37%, 51%
CMYK
48, 53, 0, 31
Luminance
0.1151
Every format
| HEX | #5b53af |
| RGB | rgb(91, 83, 175) |
| HSL | hsl(245, 37%, 51%) |
| CMYK | cmyk(48%, 53%, 0%, 31%) |
| LAB | lab(40.4 27.9 -48.3) |
| LCH | lch(40.4 55.8 300.0) |
| OKLCH | oklch(0.498 0.142 283.9) |
Copy-ready code
/* CSS */
color: #5b53af;
background-color: #5b53af;
/* Tailwind (arbitrary) */
class="text-[#5b53af] bg-[#5b53af]"
/* SCSS */
$brand: #5b53af;
/* SwiftUI */
Color(red: 0.357, green: 0.325, blue: 0.686)
/* Android */
Color.parseColor("#5b53af")Accessibility — WCAG contrast
Aa
#5b53af on white: 6.36:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#5b53af on black: 3.30:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red35.7%
Green32.5%
Blue68.6%
CMYK percentages
Cyan48.0%
Magenta52.6%
Yellow0.0%
Key (black)31.4%
Color previews
#5b53af text on a black background
contrast 3.30:1
Card sample
#5b53af text on a white background
contrast 6.36:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5b53af;
Background color
Panel with #5b53af background
background-color: #5b53af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5b53af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(91, 83, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(91, 83, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5b53af; background: linear-gradient(135deg, #5b53af, #9853AF);