#005974
a deep, electric cyan · cool · closest name: darkslategray
RGB
0, 89, 116
HSL
194°, 100%, 23%
CMYK
100, 23, 0, 55
Luminance
0.0841
Every format
| HEX | #005974 |
| RGB | rgb(0, 89, 116) |
| HSL | hsl(194, 100%, 23%) |
| CMYK | cmyk(100%, 23%, 0%, 55%) |
| LAB | lab(34.8 -12.2 -21.7) |
| LCH | lch(34.8 24.9 240.6) |
| OKLCH | oklch(0.433 0.084 227.1) |
Copy-ready code
/* CSS */
color: #005974;
background-color: #005974;
/* Tailwind (arbitrary) */
class="text-[#005974] bg-[#005974]"
/* SCSS */
$brand: #005974;
/* SwiftUI */
Color(red: 0.000, green: 0.349, blue: 0.455)
/* Android */
Color.parseColor("#005974")Accessibility — WCAG contrast
Aa
#005974 on white: 7.83:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#005974 on black: 2.68:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.0%
Green34.9%
Blue45.5%
CMYK percentages
Cyan100.0%
Magenta23.3%
Yellow0.0%
Key (black)54.5%
Color previews
#005974 text on a black background
contrast 2.68:1
Card sample
#005974 text on a white background
contrast 7.83:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #005974;
Background color
Panel with #005974 background
background-color: #005974;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #005974;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(0, 89, 116, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(0, 89, 116, 0.45);
Border & gradient
Gradient panel
border: 3px solid #005974; background: linear-gradient(135deg, #005974, #000C74);