#005992
a dark, electric blue · cool · closest name: steelblue
RGB
0, 89, 146
HSL
203°, 100%, 29%
CMYK
100, 39, 0, 43
Luminance
0.0922
Every format
| HEX | #005992 |
| RGB | rgb(0, 89, 146) |
| HSL | hsl(203, 100%, 29%) |
| CMYK | cmyk(100%, 39%, 0%, 43%) |
| LAB | lab(36.4 -0.0 -37.6) |
| LCH | lch(36.4 37.6 270.0) |
| OKLCH | oklch(0.451 0.117 246.5) |
Copy-ready code
/* CSS */
color: #005992;
background-color: #005992;
/* Tailwind (arbitrary) */
class="text-[#005992] bg-[#005992]"
/* SCSS */
$brand: #005992;
/* SwiftUI */
Color(red: 0.000, green: 0.349, blue: 0.573)
/* Android */
Color.parseColor("#005992")Accessibility — WCAG contrast
Aa
#005992 on white: 7.38:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#005992 on black: 2.84:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.0%
Green34.9%
Blue57.3%
CMYK percentages
Cyan100.0%
Magenta39.0%
Yellow0.0%
Key (black)42.7%
Color previews
#005992 text on a black background
contrast 2.84:1
Card sample
#005992 text on a white background
contrast 7.38:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #005992;
Background color
Panel with #005992 background
background-color: #005992;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #005992;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(0, 89, 146, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(0, 89, 146, 0.45);
Border & gradient
Gradient panel
border: 3px solid #005992; background: linear-gradient(135deg, #005992, #080092);