#5f8fbf
a balanced, soft blue · cool · closest name: steelblue
RGB
95, 143, 191
HSL
210°, 43%, 56%
CMYK
50, 25, 0, 25
Luminance
0.2584
Every format
| HEX | #5f8fbf |
| RGB | rgb(95, 143, 191) |
| HSL | hsl(210, 43%, 56%) |
| CMYK | cmyk(50%, 25%, 0%, 25%) |
| LAB | lab(57.9 -2.7 -29.9) |
| LCH | lch(57.9 30.1 264.9) |
| OKLCH | oklch(0.635 0.089 249.4) |
Copy-ready code
/* CSS */
color: #5f8fbf;
background-color: #5f8fbf;
/* Tailwind (arbitrary) */
class="text-[#5f8fbf] bg-[#5f8fbf]"
/* SCSS */
$brand: #5f8fbf;
/* SwiftUI */
Color(red: 0.373, green: 0.561, blue: 0.749)
/* Android */
Color.parseColor("#5f8fbf")Accessibility — WCAG contrast
Aa
#5f8fbf on white: 3.40:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#5f8fbf on black: 6.17:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red37.3%
Green56.1%
Blue74.9%
CMYK percentages
Cyan50.3%
Magenta25.1%
Yellow0.0%
Key (black)25.1%
Color previews
#5f8fbf text on a black background
contrast 6.17:1
Card sample
#5f8fbf text on a white background
contrast 3.40:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5f8fbf;
Background color
Panel with #5f8fbf background
background-color: #5f8fbf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5f8fbf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(95, 143, 191, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(95, 143, 191, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5f8fbf; background: linear-gradient(135deg, #5f8fbf, #6F5FBF);