#5f7cba
a balanced, soft blue · cool · closest name: steelblue
RGB
95, 124, 186
HSL
221°, 40%, 55%
CMYK
49, 33, 0, 27
Luminance
0.2039
Every format
| HEX | #5f7cba |
| RGB | rgb(95, 124, 186) |
| HSL | hsl(221, 40%, 55%) |
| CMYK | cmyk(49%, 33%, 0%, 27%) |
| LAB | lab(52.3 7.0 -35.8) |
| LCH | lch(52.3 36.5 281.0) |
| OKLCH | oklch(0.591 0.101 264.4) |
Copy-ready code
/* CSS */
color: #5f7cba;
background-color: #5f7cba;
/* Tailwind (arbitrary) */
class="text-[#5f7cba] bg-[#5f7cba]"
/* SCSS */
$brand: #5f7cba;
/* SwiftUI */
Color(red: 0.373, green: 0.486, blue: 0.729)
/* Android */
Color.parseColor("#5f7cba")Accessibility — WCAG contrast
Aa
#5f7cba on white: 4.13:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#5f7cba on black: 5.08:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red37.3%
Green48.6%
Blue72.9%
CMYK percentages
Cyan48.9%
Magenta33.3%
Yellow0.0%
Key (black)27.1%
Color previews
#5f7cba text on a black background
contrast 5.08:1
Card sample
#5f7cba text on a white background
contrast 4.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5f7cba;
Background color
Panel with #5f7cba background
background-color: #5f7cba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5f7cba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(95, 124, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(95, 124, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5f7cba; background: linear-gradient(135deg, #5f7cba, #7F5FBA);