#005f79
a deep, electric cyan · cool · closest name: darkslategray
RGB
0, 95, 121
HSL
193°, 100%, 24%
CMYK
100, 22, 0, 53
Luminance
0.0956
Every format
| HEX | #005f79 |
| RGB | rgb(0, 95, 121) |
| HSL | hsl(193, 100%, 24%) |
| CMYK | cmyk(100%, 22%, 0%, 53%) |
| LAB | lab(37.0 -13.8 -21.3) |
| LCH | lch(37.0 25.4 237.1) |
| OKLCH | oklch(0.452 0.085 224.7) |
Copy-ready code
/* CSS */
color: #005f79;
background-color: #005f79;
/* Tailwind (arbitrary) */
class="text-[#005f79] bg-[#005f79]"
/* SCSS */
$brand: #005f79;
/* SwiftUI */
Color(red: 0.000, green: 0.373, blue: 0.475)
/* Android */
Color.parseColor("#005f79")Accessibility — WCAG contrast
Aa
#005f79 on white: 7.21:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#005f79 on black: 2.91:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.0%
Green37.3%
Blue47.5%
CMYK percentages
Cyan100.0%
Magenta21.5%
Yellow0.0%
Key (black)52.5%
Color previews
#005f79 text on a black background
contrast 2.91:1
Card sample
#005f79 text on a white background
contrast 7.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #005f79;
Background color
Panel with #005f79 background
background-color: #005f79;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #005f79;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(0, 95, 121, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(0, 95, 121, 0.45);
Border & gradient
Gradient panel
border: 3px solid #005f79; background: linear-gradient(135deg, #005f79, #000E79);