#2f603c
a dark, soft green · cool · closest name: seagreen
RGB
47, 96, 60
HSL
136°, 34%, 28%
CMYK
51, 0, 38, 62
Luminance
0.0930
Every format
| HEX | #2f603c |
| RGB | rgb(47, 96, 60) |
| HSL | hsl(136, 34%, 28%) |
| CMYK | cmyk(51%, 0%, 38%, 62%) |
| LAB | lab(36.5 -25.6 15.6) |
| LCH | lch(36.5 29.9 148.6) |
| OKLCH | oklch(0.444 0.080 150.6) |
Copy-ready code
/* CSS */
color: #2f603c;
background-color: #2f603c;
/* Tailwind (arbitrary) */
class="text-[#2f603c] bg-[#2f603c]"
/* SCSS */
$brand: #2f603c;
/* SwiftUI */
Color(red: 0.184, green: 0.376, blue: 0.235)
/* Android */
Color.parseColor("#2f603c")Accessibility — WCAG contrast
Aa
#2f603c on white: 7.34:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#2f603c on black: 2.86:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red18.4%
Green37.6%
Blue23.5%
CMYK percentages
Cyan51.0%
Magenta0.0%
Yellow37.5%
Key (black)62.4%
Color previews
#2f603c text on a black background
contrast 2.86:1
Card sample
#2f603c text on a white background
contrast 7.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2f603c;
Background color
Panel with #2f603c background
background-color: #2f603c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2f603c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(47, 96, 60, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(47, 96, 60, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2f603c; background: linear-gradient(135deg, #2f603c, #2F605D);