#2f562b
a dark, soft green · cool · closest name: seagreen
RGB
47, 86, 43
HSL
114°, 33%, 25%
CMYK
45, 0, 50, 66
Luminance
0.0743
Every format
| HEX | #2f562b |
| RGB | rgb(47, 86, 43) |
| HSL | hsl(114, 33%, 25%) |
| CMYK | cmyk(45%, 0%, 50%, 66%) |
| LAB | lab(32.8 -23.7 20.8) |
| LCH | lch(32.8 31.5 138.8) |
| OKLCH | oklch(0.412 0.082 142.0) |
Copy-ready code
/* CSS */
color: #2f562b;
background-color: #2f562b;
/* Tailwind (arbitrary) */
class="text-[#2f562b] bg-[#2f562b]"
/* SCSS */
$brand: #2f562b;
/* SwiftUI */
Color(red: 0.184, green: 0.337, blue: 0.169)
/* Android */
Color.parseColor("#2f562b")Accessibility — WCAG contrast
Aa
#2f562b on white: 8.44:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#2f562b on black: 2.49:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red18.4%
Green33.7%
Blue16.9%
CMYK percentages
Cyan45.3%
Magenta0.0%
Yellow50.0%
Key (black)66.3%
Color previews
#2f562b text on a black background
contrast 2.49:1
Card sample
#2f562b text on a white background
contrast 8.44:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2f562b;
Background color
Panel with #2f562b background
background-color: #2f562b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2f562b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(47, 86, 43, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(47, 86, 43, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2f562b; background: linear-gradient(135deg, #2f562b, #2B5644);