#5f7499
a balanced, soft blue · cool · closest name: steelblue
RGB
95, 116, 153
HSL
218°, 23%, 49%
CMYK
38, 24, 0, 40
Luminance
0.1722
Every format
| HEX | #5f7499 |
| RGB | rgb(95, 116, 153) |
| HSL | hsl(218, 23%, 49%) |
| CMYK | cmyk(38%, 24%, 0%, 40%) |
| LAB | lab(48.5 1.9 -22.5) |
| LCH | lch(48.5 22.6 274.9) |
| OKLCH | oklch(0.557 0.063 261.5) |
Copy-ready code
/* CSS */
color: #5f7499;
background-color: #5f7499;
/* Tailwind (arbitrary) */
class="text-[#5f7499] bg-[#5f7499]"
/* SCSS */
$brand: #5f7499;
/* SwiftUI */
Color(red: 0.373, green: 0.455, blue: 0.600)
/* Android */
Color.parseColor("#5f7499")Accessibility — WCAG contrast
Aa
#5f7499 on white: 4.72:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#5f7499 on black: 4.44:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red37.3%
Green45.5%
Blue60.0%
CMYK percentages
Cyan37.9%
Magenta24.2%
Yellow0.0%
Key (black)40.0%
Color previews
#5f7499 text on a black background
contrast 4.44:1
Card sample
#5f7499 text on a white background
contrast 4.72:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5f7499;
Background color
Panel with #5f7499 background
background-color: #5f7499;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5f7499;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(95, 116, 153, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(95, 116, 153, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5f7499; background: linear-gradient(135deg, #5f7499, #715F99);