#5f7fba
a balanced, soft blue · cool · closest name: steelblue
RGB
95, 127, 186
HSL
219°, 40%, 55%
CMYK
49, 32, 0, 27
Luminance
0.2116
Every format
| HEX | #5f7fba |
| RGB | rgb(95, 127, 186) |
| HSL | hsl(219, 40%, 55%) |
| CMYK | cmyk(49%, 32%, 0%, 27%) |
| LAB | lab(53.1 5.2 -34.5) |
| LCH | lch(53.1 34.9 278.5) |
| OKLCH | oklch(0.597 0.098 262.1) |
Copy-ready code
/* CSS */
color: #5f7fba;
background-color: #5f7fba;
/* Tailwind (arbitrary) */
class="text-[#5f7fba] bg-[#5f7fba]"
/* SCSS */
$brand: #5f7fba;
/* SwiftUI */
Color(red: 0.373, green: 0.498, blue: 0.729)
/* Android */
Color.parseColor("#5f7fba")Accessibility — WCAG contrast
Aa
#5f7fba on white: 4.01:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#5f7fba on black: 5.23:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red37.3%
Green49.8%
Blue72.9%
CMYK percentages
Cyan48.9%
Magenta31.7%
Yellow0.0%
Key (black)27.1%
Color previews
#5f7fba text on a black background
contrast 5.23:1
Card sample
#5f7fba text on a white background
contrast 4.01:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5f7fba;
Background color
Panel with #5f7fba background
background-color: #5f7fba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5f7fba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(95, 127, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(95, 127, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5f7fba; background: linear-gradient(135deg, #5f7fba, #7C5FBA);