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