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