#5d5dbb
a balanced, soft blue · warm · closest name: slateblue
RGB
93, 93, 187
HSL
240°, 41%, 55%
CMYK
50, 50, 0, 27
Luminance
0.1374
Every format
| HEX | #5d5dbb |
| RGB | rgb(93, 93, 187) |
| HSL | hsl(240, 41%, 55%) |
| CMYK | cmyk(50%, 50%, 0%, 27%) |
| LAB | lab(43.9 25.9 -49.8) |
| LCH | lch(43.9 56.1 297.5) |
| OKLCH | oklch(0.526 0.144 280.2) |
Copy-ready code
/* CSS */
color: #5d5dbb;
background-color: #5d5dbb;
/* Tailwind (arbitrary) */
class="text-[#5d5dbb] bg-[#5d5dbb]"
/* SCSS */
$brand: #5d5dbb;
/* SwiftUI */
Color(red: 0.365, green: 0.365, blue: 0.733)
/* Android */
Color.parseColor("#5d5dbb")Accessibility — WCAG contrast
Aa
#5d5dbb on white: 5.60:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#5d5dbb on black: 3.75:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red36.5%
Green36.5%
Blue73.3%
CMYK percentages
Cyan50.3%
Magenta50.3%
Yellow0.0%
Key (black)26.7%
Color previews
#5d5dbb text on a black background
contrast 3.75:1
Card sample
#5d5dbb text on a white background
contrast 5.60:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5d5dbb;
Background color
Panel with #5d5dbb background
background-color: #5d5dbb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5d5dbb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(93, 93, 187, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(93, 93, 187, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5d5dbb; background: linear-gradient(135deg, #5d5dbb, #9C5DBB);