#5a5dcd
a balanced, vivid blue · warm · closest name: slateblue
RGB
90, 93, 205
HSL
238°, 54%, 58%
CMYK
56, 55, 0, 20
Luminance
0.1441
Every format
| HEX | #5a5dcd |
| RGB | rgb(90, 93, 205) |
| HSL | hsl(238, 54%, 58%) |
| CMYK | cmyk(56%, 55%, 0%, 20%) |
| LAB | lab(44.8 31.0 -58.7) |
| LCH | lch(44.8 66.4 297.8) |
| OKLCH | oklch(0.537 0.170 277.9) |
Copy-ready code
/* CSS */
color: #5a5dcd;
background-color: #5a5dcd;
/* Tailwind (arbitrary) */
class="text-[#5a5dcd] bg-[#5a5dcd]"
/* SCSS */
$brand: #5a5dcd;
/* SwiftUI */
Color(red: 0.353, green: 0.365, blue: 0.804)
/* Android */
Color.parseColor("#5a5dcd")Accessibility — WCAG contrast
Aa
#5a5dcd on white: 5.41:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#5a5dcd on black: 3.88:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red35.3%
Green36.5%
Blue80.4%
CMYK percentages
Cyan56.1%
Magenta54.6%
Yellow0.0%
Key (black)19.6%
Color previews
#5a5dcd text on a black background
contrast 3.88:1
Card sample
#5a5dcd text on a white background
contrast 5.41:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5a5dcd;
Background color
Panel with #5a5dcd background
background-color: #5a5dcd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5a5dcd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(90, 93, 205, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(90, 93, 205, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5a5dcd; background: linear-gradient(135deg, #5a5dcd, #A45ACD);