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