#5fa9da
a balanced, vivid blue · cool · closest name: steelblue
RGB
95, 169, 218
HSL
204°, 62%, 61%
CMYK
56, 23, 0, 15
Luminance
0.3587
Every format
| HEX | #5fa9da |
| RGB | rgb(95, 169, 218) |
| HSL | hsl(204, 62%, 61%) |
| CMYK | cmyk(56%, 23%, 0%, 15%) |
| LAB | lab(66.4 -9.0 -31.8) |
| LCH | lch(66.4 33.1 254.1) |
| OKLCH | oklch(0.706 0.103 239.5) |
Copy-ready code
/* CSS */
color: #5fa9da;
background-color: #5fa9da;
/* Tailwind (arbitrary) */
class="text-[#5fa9da] bg-[#5fa9da]"
/* SCSS */
$brand: #5fa9da;
/* SwiftUI */
Color(red: 0.373, green: 0.663, blue: 0.855)
/* Android */
Color.parseColor("#5fa9da")Accessibility — WCAG contrast
Aa
#5fa9da on white: 2.57:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#5fa9da on black: 8.17:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red37.3%
Green66.3%
Blue85.5%
CMYK percentages
Cyan56.4%
Magenta22.5%
Yellow0.0%
Key (black)14.5%
Color previews
#5fa9da text on a black background
contrast 8.17:1
Card sample
#5fa9da text on a white background
contrast 2.57:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5fa9da;
Background color
Panel with #5fa9da background
background-color: #5fa9da;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5fa9da;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(95, 169, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(95, 169, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5fa9da; background: linear-gradient(135deg, #5fa9da, #675FDA);