#005f94
a dark, electric blue · cool · closest name: steelblue
RGB
0, 95, 148
HSL
202°, 100%, 29%
CMYK
100, 36, 0, 42
Luminance
0.1032
Every format
| HEX | #005f94 |
| RGB | rgb(0, 95, 148) |
| HSL | hsl(202, 100%, 29%) |
| CMYK | cmyk(100%, 36%, 0%, 42%) |
| LAB | lab(38.4 -3.0 -35.6) |
| LCH | lch(38.4 35.7 265.2) |
| OKLCH | oklch(0.467 0.114 243.3) |
Copy-ready code
/* CSS */
color: #005f94;
background-color: #005f94;
/* Tailwind (arbitrary) */
class="text-[#005f94] bg-[#005f94]"
/* SCSS */
$brand: #005f94;
/* SwiftUI */
Color(red: 0.000, green: 0.373, blue: 0.580)
/* Android */
Color.parseColor("#005f94")Accessibility — WCAG contrast
Aa
#005f94 on white: 6.85:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#005f94 on black: 3.06:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.0%
Green37.3%
Blue58.0%
CMYK percentages
Cyan100.0%
Magenta35.8%
Yellow0.0%
Key (black)42.0%
Color previews
#005f94 text on a black background
contrast 3.06:1
Card sample
#005f94 text on a white background
contrast 6.85:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #005f94;
Background color
Panel with #005f94 background
background-color: #005f94;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #005f94;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(0, 95, 148, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(0, 95, 148, 0.45);
Border & gradient
Gradient panel
border: 3px solid #005f94; background: linear-gradient(135deg, #005f94, #040094);