#2c6c2f
a dark, soft green · cool · closest name: seagreen
RGB
44, 108, 47
HSL
123°, 42%, 30%
CMYK
59, 0, 57, 58
Luminance
0.1147
Every format
| HEX | #2c6c2f |
| RGB | rgb(44, 108, 47) |
| HSL | hsl(123, 42%, 30%) |
| CMYK | cmyk(59%, 0%, 57%, 58%) |
| LAB | lab(40.4 -34.2 27.8) |
| LCH | lch(40.4 44.1 140.9) |
| OKLCH | oklch(0.474 0.114 144.3) |
Copy-ready code
/* CSS */
color: #2c6c2f;
background-color: #2c6c2f;
/* Tailwind (arbitrary) */
class="text-[#2c6c2f] bg-[#2c6c2f]"
/* SCSS */
$brand: #2c6c2f;
/* SwiftUI */
Color(red: 0.173, green: 0.424, blue: 0.184)
/* Android */
Color.parseColor("#2c6c2f")Accessibility — WCAG contrast
Aa
#2c6c2f on white: 6.38:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#2c6c2f on black: 3.29:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red17.3%
Green42.4%
Blue18.4%
CMYK percentages
Cyan59.3%
Magenta0.0%
Yellow56.5%
Key (black)57.6%
Color previews
#2c6c2f text on a black background
contrast 3.29:1
Card sample
#2c6c2f text on a white background
contrast 6.38:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2c6c2f;
Background color
Panel with #2c6c2f background
background-color: #2c6c2f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2c6c2f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(44, 108, 47, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(44, 108, 47, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2c6c2f; background: linear-gradient(135deg, #2c6c2f, #2C6C5A);