#2f6d39
a dark, soft green · cool · closest name: seagreen
RGB
47, 109, 57
HSL
130°, 40%, 31%
CMYK
57, 0, 48, 57
Luminance
0.1184
Every format
| HEX | #2f6d39 |
| RGB | rgb(47, 109, 57) |
| HSL | hsl(130, 40%, 31%) |
| CMYK | cmyk(57%, 0%, 48%, 57%) |
| LAB | lab(41.0 -32.2 23.1) |
| LCH | lch(41.0 39.6 144.4) |
| OKLCH | oklch(0.480 0.104 147.1) |
Copy-ready code
/* CSS */
color: #2f6d39;
background-color: #2f6d39;
/* Tailwind (arbitrary) */
class="text-[#2f6d39] bg-[#2f6d39]"
/* SCSS */
$brand: #2f6d39;
/* SwiftUI */
Color(red: 0.184, green: 0.427, blue: 0.224)
/* Android */
Color.parseColor("#2f6d39")Accessibility — WCAG contrast
Aa
#2f6d39 on white: 6.24:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#2f6d39 on black: 3.37:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red18.4%
Green42.7%
Blue22.4%
CMYK percentages
Cyan56.9%
Magenta0.0%
Yellow47.7%
Key (black)57.3%
Color previews
#2f6d39 text on a black background
contrast 3.37:1
Card sample
#2f6d39 text on a white background
contrast 6.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2f6d39;
Background color
Panel with #2f6d39 background
background-color: #2f6d39;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2f6d39;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(47, 109, 57, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(47, 109, 57, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2f6d39; background: linear-gradient(135deg, #2f6d39, #2F6D62);