#2f604c
a dark, soft green · cool · closest name: darkslategray
RGB
47, 96, 76
HSL
156°, 34%, 28%
CMYK
51, 0, 21, 62
Luminance
0.0949
Every format
| HEX | #2f604c |
| RGB | rgb(47, 96, 76) |
| HSL | hsl(156, 34%, 28%) |
| CMYK | cmyk(51%, 0%, 21%, 62%) |
| LAB | lab(36.9 -21.9 6.4) |
| LCH | lch(36.9 22.9 163.8) |
| OKLCH | oklch(0.448 0.063 165.0) |
Copy-ready code
/* CSS */
color: #2f604c;
background-color: #2f604c;
/* Tailwind (arbitrary) */
class="text-[#2f604c] bg-[#2f604c]"
/* SCSS */
$brand: #2f604c;
/* SwiftUI */
Color(red: 0.184, green: 0.376, blue: 0.298)
/* Android */
Color.parseColor("#2f604c")Accessibility — WCAG contrast
Aa
#2f604c on white: 7.25:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#2f604c on black: 2.90:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red18.4%
Green37.6%
Blue29.8%
CMYK percentages
Cyan51.0%
Magenta0.0%
Yellow20.8%
Key (black)62.4%
Color previews
#2f604c text on a black background
contrast 2.90:1
Card sample
#2f604c text on a white background
contrast 7.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2f604c;
Background color
Panel with #2f604c background
background-color: #2f604c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2f604c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(47, 96, 76, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(47, 96, 76, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2f604c; background: linear-gradient(135deg, #2f604c, #2F5360);