#005f74
a deep, electric cyan · cool · closest name: darkslategray
RGB
0, 95, 116
HSL
191°, 100%, 23%
CMYK
100, 18, 0, 55
Luminance
0.0945
Every format
| HEX | #005f74 |
| RGB | rgb(0, 95, 116) |
| HSL | hsl(191, 100%, 23%) |
| CMYK | cmyk(100%, 18%, 0%, 55%) |
| LAB | lab(36.8 -15.7 -18.6) |
| LCH | lch(36.8 24.4 229.8) |
| OKLCH | oklch(0.449 0.082 219.8) |
Copy-ready code
/* CSS */
color: #005f74;
background-color: #005f74;
/* Tailwind (arbitrary) */
class="text-[#005f74] bg-[#005f74]"
/* SCSS */
$brand: #005f74;
/* SwiftUI */
Color(red: 0.000, green: 0.373, blue: 0.455)
/* Android */
Color.parseColor("#005f74")Accessibility — WCAG contrast
Aa
#005f74 on white: 7.27:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#005f74 on black: 2.89:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.0%
Green37.3%
Blue45.5%
CMYK percentages
Cyan100.0%
Magenta18.1%
Yellow0.0%
Key (black)54.5%
Color previews
#005f74 text on a black background
contrast 2.89:1
Card sample
#005f74 text on a white background
contrast 7.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #005f74;
Background color
Panel with #005f74 background
background-color: #005f74;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #005f74;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(0, 95, 116, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(0, 95, 116, 0.45);
Border & gradient
Gradient panel
border: 3px solid #005f74; background: linear-gradient(135deg, #005f74, #001274);