#003a2f
a deep, electric cyan · cool · closest name: darkslategray
RGB
0, 58, 47
HSL
169°, 100%, 11%
CMYK
100, 0, 19, 77
Luminance
0.0323
Every format
| HEX | #003a2f |
| RGB | rgb(0, 58, 47) |
| HSL | hsl(169, 100%, 11%) |
| CMYK | cmyk(100%, 0%, 19%, 77%) |
| LAB | lab(20.9 -20.6 1.9) |
| LCH | lch(20.9 20.7 174.6) |
| OKLCH | oklch(0.311 0.059 175.3) |
Copy-ready code
/* CSS */
color: #003a2f;
background-color: #003a2f;
/* Tailwind (arbitrary) */
class="text-[#003a2f] bg-[#003a2f]"
/* SCSS */
$brand: #003a2f;
/* SwiftUI */
Color(red: 0.000, green: 0.227, blue: 0.184)
/* Android */
Color.parseColor("#003a2f")Accessibility — WCAG contrast
Aa
#003a2f on white: 12.76:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#003a2f on black: 1.65:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.0%
Green22.7%
Blue18.4%
CMYK percentages
Cyan100.0%
Magenta0.0%
Yellow19.0%
Key (black)77.3%
Color previews
#003a2f text on a black background
contrast 1.65:1
Card sample
#003a2f text on a white background
contrast 12.76:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #003a2f;
Background color
Panel with #003a2f background
background-color: #003a2f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #003a2f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(0, 58, 47, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(0, 58, 47, 0.45);
Border & gradient
Gradient panel
border: 3px solid #003a2f; background: linear-gradient(135deg, #003a2f, #001E3A);