#2f604f
a dark, soft green · cool · closest name: darkslategray
RGB
47, 96, 79
HSL
159°, 34%, 28%
CMYK
51, 0, 18, 62
Luminance
0.0953
Every format
| HEX | #2f604f |
| RGB | rgb(47, 96, 79) |
| HSL | hsl(159, 34%, 28%) |
| CMYK | cmyk(51%, 0%, 18%, 62%) |
| LAB | lab(37.0 -21.2 4.6) |
| LCH | lch(37.0 21.7 167.7) |
| OKLCH | oklch(0.449 0.061 168.7) |
Copy-ready code
/* CSS */
color: #2f604f;
background-color: #2f604f;
/* Tailwind (arbitrary) */
class="text-[#2f604f] bg-[#2f604f]"
/* SCSS */
$brand: #2f604f;
/* SwiftUI */
Color(red: 0.184, green: 0.376, blue: 0.310)
/* Android */
Color.parseColor("#2f604f")Accessibility — WCAG contrast
Aa
#2f604f on white: 7.22:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#2f604f on black: 2.91:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red18.4%
Green37.6%
Blue31.0%
CMYK percentages
Cyan51.0%
Magenta0.0%
Yellow17.7%
Key (black)62.4%
Color previews
#2f604f text on a black background
contrast 2.91:1
Card sample
#2f604f text on a white background
contrast 7.22:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2f604f;
Background color
Panel with #2f604f background
background-color: #2f604f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2f604f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(47, 96, 79, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(47, 96, 79, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2f604f; background: linear-gradient(135deg, #2f604f, #2F5060);