#5f5bb8
a balanced, soft blue · warm · closest name: slateblue
RGB
95, 91, 184
HSL
243°, 40%, 54%
CMYK
48, 51, 0, 28
Luminance
0.1338
Every format
| HEX | #5f5bb8 |
| RGB | rgb(95, 91, 184) |
| HSL | hsl(243, 40%, 54%) |
| CMYK | cmyk(48%, 51%, 0%, 28%) |
| LAB | lab(43.3 26.6 -48.9) |
| LCH | lch(43.3 55.7 298.6) |
| OKLCH | oklch(0.522 0.142 282.2) |
Copy-ready code
/* CSS */
color: #5f5bb8;
background-color: #5f5bb8;
/* Tailwind (arbitrary) */
class="text-[#5f5bb8] bg-[#5f5bb8]"
/* SCSS */
$brand: #5f5bb8;
/* SwiftUI */
Color(red: 0.373, green: 0.357, blue: 0.722)
/* Android */
Color.parseColor("#5f5bb8")Accessibility — WCAG contrast
Aa
#5f5bb8 on white: 5.71:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#5f5bb8 on black: 3.68:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red37.3%
Green35.7%
Blue72.2%
CMYK percentages
Cyan48.4%
Magenta50.5%
Yellow0.0%
Key (black)27.8%
Color previews
#5f5bb8 text on a black background
contrast 3.68:1
Card sample
#5f5bb8 text on a white background
contrast 5.71:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5f5bb8;
Background color
Panel with #5f5bb8 background
background-color: #5f5bb8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5f5bb8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(95, 91, 184, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(95, 91, 184, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5f5bb8; background: linear-gradient(135deg, #5f5bb8, #9D5BB8);