#005f72
a deep, electric cyan · cool · closest name: darkslategray
RGB
0, 95, 114
HSL
190°, 100%, 22%
CMYK
100, 17, 0, 55
Luminance
0.0940
Every format
| HEX | #005f72 |
| RGB | rgb(0, 95, 114) |
| HSL | hsl(190, 100%, 22%) |
| CMYK | cmyk(100%, 17%, 0%, 55%) |
| LAB | lab(36.7 -16.5 -17.5) |
| LCH | lch(36.7 24.0 226.8) |
| OKLCH | oklch(0.448 0.080 217.7) |
Copy-ready code
/* CSS */
color: #005f72;
background-color: #005f72;
/* Tailwind (arbitrary) */
class="text-[#005f72] bg-[#005f72]"
/* SCSS */
$brand: #005f72;
/* SwiftUI */
Color(red: 0.000, green: 0.373, blue: 0.447)
/* Android */
Color.parseColor("#005f72")Accessibility — WCAG contrast
Aa
#005f72 on white: 7.29:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#005f72 on black: 2.88:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.0%
Green37.3%
Blue44.7%
CMYK percentages
Cyan100.0%
Magenta16.7%
Yellow0.0%
Key (black)55.3%
Color previews
#005f72 text on a black background
contrast 2.88:1
Card sample
#005f72 text on a white background
contrast 7.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #005f72;
Background color
Panel with #005f72 background
background-color: #005f72;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #005f72;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(0, 95, 114, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(0, 95, 114, 0.45);
Border & gradient
Gradient panel
border: 3px solid #005f72; background: linear-gradient(135deg, #005f72, #001372);