#005f5a
a deep, electric cyan · cool · closest name: teal
RGB
0, 95, 90
HSL
177°, 100%, 19%
CMYK
100, 0, 5, 63
Luminance
0.0892
Every format
| HEX | #005f5a |
| RGB | rgb(0, 95, 90) |
| HSL | hsl(177, 100%, 19%) |
| CMYK | cmyk(100%, 0%, 5%, 63%) |
| LAB | lab(35.8 -25.0 -4.0) |
| LCH | lch(35.8 25.4 189.1) |
| OKLCH | oklch(0.438 0.076 188.5) |
Copy-ready code
/* CSS */
color: #005f5a;
background-color: #005f5a;
/* Tailwind (arbitrary) */
class="text-[#005f5a] bg-[#005f5a]"
/* SCSS */
$brand: #005f5a;
/* SwiftUI */
Color(red: 0.000, green: 0.373, blue: 0.353)
/* Android */
Color.parseColor("#005f5a")Accessibility — WCAG contrast
Aa
#005f5a on white: 7.54:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#005f5a on black: 2.78:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.0%
Green37.3%
Blue35.3%
CMYK percentages
Cyan100.0%
Magenta0.0%
Yellow5.3%
Key (black)62.7%
Color previews
#005f5a text on a black background
contrast 2.78:1
Card sample
#005f5a text on a white background
contrast 7.54:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #005f5a;
Background color
Panel with #005f5a background
background-color: #005f5a;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #005f5a;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(0, 95, 90, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(0, 95, 90, 0.45);
Border & gradient
Gradient panel
border: 3px solid #005f5a; background: linear-gradient(135deg, #005f5a, #00255F);