#5f5fba
a balanced, soft blue · warm · closest name: slateblue
RGB
95, 95, 186
HSL
240°, 40%, 55%
CMYK
49, 49, 0, 27
Luminance
0.1416
Every format
| HEX | #5f5fba |
| RGB | rgb(95, 95, 186) |
| HSL | hsl(240, 40%, 55%) |
| CMYK | cmyk(49%, 49%, 0%, 27%) |
| LAB | lab(44.5 24.8 -48.2) |
| LCH | lch(44.5 54.2 297.2) |
| OKLCH | oklch(0.531 0.140 280.5) |
Copy-ready code
/* CSS */
color: #5f5fba;
background-color: #5f5fba;
/* Tailwind (arbitrary) */
class="text-[#5f5fba] bg-[#5f5fba]"
/* SCSS */
$brand: #5f5fba;
/* SwiftUI */
Color(red: 0.373, green: 0.373, blue: 0.729)
/* Android */
Color.parseColor("#5f5fba")Accessibility — WCAG contrast
Aa
#5f5fba on white: 5.48:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#5f5fba on black: 3.83:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red37.3%
Green37.3%
Blue72.9%
CMYK percentages
Cyan48.9%
Magenta48.9%
Yellow0.0%
Key (black)27.1%
Color previews
#5f5fba text on a black background
contrast 3.83:1
Card sample
#5f5fba text on a white background
contrast 5.48:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5f5fba;
Background color
Panel with #5f5fba background
background-color: #5f5fba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5f5fba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(95, 95, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(95, 95, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5f5fba; background: linear-gradient(135deg, #5f5fba, #9C5FBA);