#2f581f
a deep, vivid green · cool · closest name: seagreen
RGB
47, 88, 31
HSL
103°, 48%, 23%
CMYK
47, 0, 65, 66
Luminance
0.0768
Every format
| HEX | #2f581f |
| RGB | rgb(47, 88, 31) |
| HSL | hsl(103, 48%, 23%) |
| CMYK | cmyk(47%, 0%, 65%, 66%) |
| LAB | lab(33.3 -26.4 28.0) |
| LCH | lch(33.3 38.5 133.2) |
| OKLCH | oklch(0.416 0.098 137.9) |
Copy-ready code
/* CSS */
color: #2f581f;
background-color: #2f581f;
/* Tailwind (arbitrary) */
class="text-[#2f581f] bg-[#2f581f]"
/* SCSS */
$brand: #2f581f;
/* SwiftUI */
Color(red: 0.184, green: 0.345, blue: 0.122)
/* Android */
Color.parseColor("#2f581f")Accessibility — WCAG contrast
Aa
#2f581f on white: 8.28:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#2f581f on black: 2.54:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red18.4%
Green34.5%
Blue12.2%
CMYK percentages
Cyan46.6%
Magenta0.0%
Yellow64.8%
Key (black)65.5%
Color previews
#2f581f text on a black background
contrast 2.54:1
Card sample
#2f581f text on a white background
contrast 8.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2f581f;
Background color
Panel with #2f581f background
background-color: #2f581f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2f581f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(47, 88, 31, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(47, 88, 31, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2f581f; background: linear-gradient(135deg, #2f581f, #1F5835);