#005f6e
a deep, electric cyan · cool · closest name: darkslategray
RGB
0, 95, 110
HSL
188°, 100%, 22%
CMYK
100, 14, 0, 57
Luminance
0.0931
Every format
| HEX | #005f6e |
| RGB | rgb(0, 95, 110) |
| HSL | hsl(188, 100%, 22%) |
| CMYK | cmyk(100%, 14%, 0%, 57%) |
| LAB | lab(36.6 -18.0 -15.3) |
| LCH | lch(36.6 23.6 220.4) |
| OKLCH | oklch(0.446 0.078 213.2) |
Copy-ready code
/* CSS */
color: #005f6e;
background-color: #005f6e;
/* Tailwind (arbitrary) */
class="text-[#005f6e] bg-[#005f6e]"
/* SCSS */
$brand: #005f6e;
/* SwiftUI */
Color(red: 0.000, green: 0.373, blue: 0.431)
/* Android */
Color.parseColor("#005f6e")Accessibility — WCAG contrast
Aa
#005f6e on white: 7.34:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#005f6e on black: 2.86:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.0%
Green37.3%
Blue43.1%
CMYK percentages
Cyan100.0%
Magenta13.6%
Yellow0.0%
Key (black)56.9%
Color previews
#005f6e text on a black background
contrast 2.86:1
Card sample
#005f6e text on a white background
contrast 7.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #005f6e;
Background color
Panel with #005f6e background
background-color: #005f6e;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #005f6e;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(0, 95, 110, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(0, 95, 110, 0.45);
Border & gradient
Gradient panel
border: 3px solid #005f6e; background: linear-gradient(135deg, #005f6e, #00166E);