#2f652c
a dark, soft green · cool · closest name: seagreen
RGB
47, 101, 44
HSL
117°, 39%, 28%
CMYK
54, 0, 56, 60
Luminance
0.1009
Every format
| HEX | #2f652c |
| RGB | rgb(47, 101, 44) |
| HSL | hsl(117, 39%, 28%) |
| CMYK | cmyk(54%, 0%, 56%, 60%) |
| LAB | lab(38.0 -30.7 26.6) |
| LCH | lch(38.0 40.6 139.0) |
| OKLCH | oklch(0.455 0.105 142.7) |
Copy-ready code
/* CSS */
color: #2f652c;
background-color: #2f652c;
/* Tailwind (arbitrary) */
class="text-[#2f652c] bg-[#2f652c]"
/* SCSS */
$brand: #2f652c;
/* SwiftUI */
Color(red: 0.184, green: 0.396, blue: 0.173)
/* Android */
Color.parseColor("#2f652c")Accessibility — WCAG contrast
Aa
#2f652c on white: 6.96:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#2f652c on black: 3.02:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red18.4%
Green39.6%
Blue17.3%
CMYK percentages
Cyan53.5%
Magenta0.0%
Yellow56.4%
Key (black)60.4%
Color previews
#2f652c text on a black background
contrast 3.02:1
Card sample
#2f652c text on a white background
contrast 6.96:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2f652c;
Background color
Panel with #2f652c background
background-color: #2f652c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2f652c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(47, 101, 44, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(47, 101, 44, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2f652c; background: linear-gradient(135deg, #2f652c, #2C654F);