#005d61
a deep, electric cyan · cool · closest name: darkslategray
RGB
0, 93, 97
HSL
183°, 100%, 19%
CMYK
100, 4, 0, 62
Luminance
0.0869
Every format
| HEX | #005d61 |
| RGB | rgb(0, 93, 97) |
| HSL | hsl(183, 100%, 19%) |
| CMYK | cmyk(100%, 4%, 0%, 62%) |
| LAB | lab(35.4 -21.6 -9.0) |
| LCH | lch(35.4 23.4 202.7) |
| OKLCH | oklch(0.435 0.074 199.9) |
Copy-ready code
/* CSS */
color: #005d61;
background-color: #005d61;
/* Tailwind (arbitrary) */
class="text-[#005d61] bg-[#005d61]"
/* SCSS */
$brand: #005d61;
/* SwiftUI */
Color(red: 0.000, green: 0.365, blue: 0.380)
/* Android */
Color.parseColor("#005d61")Accessibility — WCAG contrast
Aa
#005d61 on white: 7.67:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#005d61 on black: 2.74:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.0%
Green36.5%
Blue38.0%
CMYK percentages
Cyan100.0%
Magenta4.1%
Yellow0.0%
Key (black)62.0%
Color previews
#005d61 text on a black background
contrast 2.74:1
Card sample
#005d61 text on a white background
contrast 7.67:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #005d61;
Background color
Panel with #005d61 background
background-color: #005d61;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #005d61;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(0, 93, 97, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(0, 93, 97, 0.45);
Border & gradient
Gradient panel
border: 3px solid #005d61; background: linear-gradient(135deg, #005d61, #001C61);