#005a3c
a deep, electric cyan · cool · closest name: seagreen
RGB
0, 90, 60
HSL
160°, 100%, 18%
CMYK
100, 0, 33, 65
Luminance
0.0764
Every format
| HEX | #005a3c |
| RGB | rgb(0, 90, 60) |
| HSL | hsl(160, 100%, 18%) |
| CMYK | cmyk(100%, 0%, 33%, 65%) |
| LAB | lab(33.2 -31.6 10.9) |
| LCH | lch(33.2 33.5 161.0) |
| OKLCH | oklch(0.413 0.090 162.2) |
Copy-ready code
/* CSS */
color: #005a3c;
background-color: #005a3c;
/* Tailwind (arbitrary) */
class="text-[#005a3c] bg-[#005a3c]"
/* SCSS */
$brand: #005a3c;
/* SwiftUI */
Color(red: 0.000, green: 0.353, blue: 0.235)
/* Android */
Color.parseColor("#005a3c")Accessibility — WCAG contrast
Aa
#005a3c on white: 8.31:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#005a3c on black: 2.53:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.0%
Green35.3%
Blue23.5%
CMYK percentages
Cyan100.0%
Magenta0.0%
Yellow33.3%
Key (black)64.7%
Color previews
#005a3c text on a black background
contrast 2.53:1
Card sample
#005a3c text on a white background
contrast 8.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #005a3c;
Background color
Panel with #005a3c background
background-color: #005a3c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #005a3c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(0, 90, 60, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(0, 90, 60, 0.45);
Border & gradient
Gradient panel
border: 3px solid #005a3c; background: linear-gradient(135deg, #005a3c, #003C5A);