#005e55
a deep, electric cyan · cool · closest name: teal
RGB
0, 94, 85
HSL
174°, 100%, 18%
CMYK
100, 0, 10, 63
Luminance
0.0866
Every format
| HEX | #005e55 |
| RGB | rgb(0, 94, 85) |
| HSL | hsl(174, 100%, 18%) |
| CMYK | cmyk(100%, 0%, 10%, 63%) |
| LAB | lab(35.3 -26.2 -1.6) |
| LCH | lch(35.3 26.2 183.6) |
| OKLCH | oklch(0.433 0.077 183.6) |
Copy-ready code
/* CSS */
color: #005e55;
background-color: #005e55;
/* Tailwind (arbitrary) */
class="text-[#005e55] bg-[#005e55]"
/* SCSS */
$brand: #005e55;
/* SwiftUI */
Color(red: 0.000, green: 0.369, blue: 0.333)
/* Android */
Color.parseColor("#005e55")Accessibility — WCAG contrast
Aa
#005e55 on white: 7.69:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#005e55 on black: 2.73:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.0%
Green36.9%
Blue33.3%
CMYK percentages
Cyan100.0%
Magenta0.0%
Yellow9.6%
Key (black)63.1%
Color previews
#005e55 text on a black background
contrast 2.73:1
Card sample
#005e55 text on a white background
contrast 7.69:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #005e55;
Background color
Panel with #005e55 background
background-color: #005e55;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #005e55;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(0, 94, 85, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(0, 94, 85, 0.45);
Border & gradient
Gradient panel
border: 3px solid #005e55; background: linear-gradient(135deg, #005e55, #00285E);