#5f5eb3
a balanced, soft blue · warm · closest name: slateblue
RGB
95, 94, 179
HSL
241°, 36%, 54%
CMYK
47, 48, 0, 30
Luminance
0.1369
Every format
| HEX | #5f5eb3 |
| RGB | rgb(95, 94, 179) |
| HSL | hsl(241, 36%, 54%) |
| CMYK | cmyk(47%, 48%, 0%, 30%) |
| LAB | lab(43.8 23.2 -45.2) |
| LCH | lch(43.8 50.8 297.2) |
| OKLCH | oklch(0.524 0.131 281.4) |
Copy-ready code
/* CSS */
color: #5f5eb3;
background-color: #5f5eb3;
/* Tailwind (arbitrary) */
class="text-[#5f5eb3] bg-[#5f5eb3]"
/* SCSS */
$brand: #5f5eb3;
/* SwiftUI */
Color(red: 0.373, green: 0.369, blue: 0.702)
/* Android */
Color.parseColor("#5f5eb3")Accessibility — WCAG contrast
Aa
#5f5eb3 on white: 5.62:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#5f5eb3 on black: 3.74:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red37.3%
Green36.9%
Blue70.2%
CMYK percentages
Cyan46.9%
Magenta47.5%
Yellow0.0%
Key (black)29.8%
Color previews
#5f5eb3 text on a black background
contrast 3.74:1
Card sample
#5f5eb3 text on a white background
contrast 5.62:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5f5eb3;
Background color
Panel with #5f5eb3 background
background-color: #5f5eb3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5f5eb3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(95, 94, 179, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(95, 94, 179, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5f5eb3; background: linear-gradient(135deg, #5f5eb3, #985EB3);