#005fa7
a dark, electric blue · cool · closest name: steelblue
RGB
0, 95, 167
HSL
206°, 100%, 33%
CMYK
100, 43, 0, 35
Luminance
0.1097
Every format
| HEX | #005fa7 |
| RGB | rgb(0, 95, 167) |
| HSL | hsl(206, 100%, 33%) |
| CMYK | cmyk(100%, 43%, 0%, 35%) |
| LAB | lab(39.5 4.8 -45.2) |
| LCH | lch(39.5 45.4 276.0) |
| OKLCH | oklch(0.479 0.138 250.5) |
Copy-ready code
/* CSS */
color: #005fa7;
background-color: #005fa7;
/* Tailwind (arbitrary) */
class="text-[#005fa7] bg-[#005fa7]"
/* SCSS */
$brand: #005fa7;
/* SwiftUI */
Color(red: 0.000, green: 0.373, blue: 0.655)
/* Android */
Color.parseColor("#005fa7")Accessibility — WCAG contrast
Aa
#005fa7 on white: 6.57:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#005fa7 on black: 3.19:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.0%
Green37.3%
Blue65.5%
CMYK percentages
Cyan100.0%
Magenta43.1%
Yellow0.0%
Key (black)34.5%
Color previews
#005fa7 text on a black background
contrast 3.19:1
Card sample
#005fa7 text on a white background
contrast 6.57:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #005fa7;
Background color
Panel with #005fa7 background
background-color: #005fa7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #005fa7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(0, 95, 167, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(0, 95, 167, 0.45);
Border & gradient
Gradient panel
border: 3px solid #005fa7; background: linear-gradient(135deg, #005fa7, #1000A7);