#005fad
a dark, electric blue · cool · closest name: steelblue
RGB
0, 95, 173
HSL
207°, 100%, 34%
CMYK
100, 45, 0, 32
Luminance
0.1120
Every format
| HEX | #005fad |
| RGB | rgb(0, 95, 173) |
| HSL | hsl(207, 100%, 34%) |
| CMYK | cmyk(100%, 45%, 0%, 32%) |
| LAB | lab(39.9 7.2 -48.1) |
| LCH | lch(39.9 48.6 278.5) |
| OKLCH | oklch(0.483 0.145 252.1) |
Copy-ready code
/* CSS */
color: #005fad;
background-color: #005fad;
/* Tailwind (arbitrary) */
class="text-[#005fad] bg-[#005fad]"
/* SCSS */
$brand: #005fad;
/* SwiftUI */
Color(red: 0.000, green: 0.373, blue: 0.678)
/* Android */
Color.parseColor("#005fad")Accessibility — WCAG contrast
Aa
#005fad on white: 6.48:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#005fad on black: 3.24:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.0%
Green37.3%
Blue67.8%
CMYK percentages
Cyan100.0%
Magenta45.1%
Yellow0.0%
Key (black)32.2%
Color previews
#005fad text on a black background
contrast 3.24:1
Card sample
#005fad text on a white background
contrast 6.48:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #005fad;
Background color
Panel with #005fad background
background-color: #005fad;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #005fad;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(0, 95, 173, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(0, 95, 173, 0.45);
Border & gradient
Gradient panel
border: 3px solid #005fad; background: linear-gradient(135deg, #005fad, #1400AD);