#5f89af
a balanced, soft blue · cool · closest name: steelblue
RGB
95, 137, 175
HSL
209°, 33%, 53%
CMYK
46, 22, 0, 31
Luminance
0.2342
Every format
| HEX | #5f89af |
| RGB | rgb(95, 137, 175) |
| HSL | hsl(209, 33%, 53%) |
| CMYK | cmyk(46%, 22%, 0%, 31%) |
| LAB | lab(55.5 -4.0 -24.5) |
| LCH | lch(55.5 24.9 260.7) |
| OKLCH | oklch(0.615 0.074 246.6) |
Copy-ready code
/* CSS */
color: #5f89af;
background-color: #5f89af;
/* Tailwind (arbitrary) */
class="text-[#5f89af] bg-[#5f89af]"
/* SCSS */
$brand: #5f89af;
/* SwiftUI */
Color(red: 0.373, green: 0.537, blue: 0.686)
/* Android */
Color.parseColor("#5f89af")Accessibility — WCAG contrast
Aa
#5f89af on white: 3.69:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#5f89af on black: 5.68:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red37.3%
Green53.7%
Blue68.6%
CMYK percentages
Cyan45.7%
Magenta21.7%
Yellow0.0%
Key (black)31.4%
Color previews
#5f89af text on a black background
contrast 5.68:1
Card sample
#5f89af text on a white background
contrast 3.69:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5f89af;
Background color
Panel with #5f89af background
background-color: #5f89af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5f89af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(95, 137, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(95, 137, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5f89af; background: linear-gradient(135deg, #5f89af, #6A5FAF);