#2f643c
a dark, soft green · cool · closest name: seagreen
RGB
47, 100, 60
HSL
135°, 36%, 29%
CMYK
53, 0, 40, 61
Luminance
0.1004
Every format
| HEX | #2f643c |
| RGB | rgb(47, 100, 60) |
| HSL | hsl(135, 36%, 29%) |
| CMYK | cmyk(53%, 0%, 40%, 61%) |
| LAB | lab(37.9 -27.5 17.4) |
| LCH | lch(37.9 32.5 147.6) |
| OKLCH | oklch(0.455 0.086 149.8) |
Copy-ready code
/* CSS */
color: #2f643c;
background-color: #2f643c;
/* Tailwind (arbitrary) */
class="text-[#2f643c] bg-[#2f643c]"
/* SCSS */
$brand: #2f643c;
/* SwiftUI */
Color(red: 0.184, green: 0.392, blue: 0.235)
/* Android */
Color.parseColor("#2f643c")Accessibility — WCAG contrast
Aa
#2f643c on white: 6.98:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#2f643c on black: 3.01:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red18.4%
Green39.2%
Blue23.5%
CMYK percentages
Cyan53.0%
Magenta0.0%
Yellow40.0%
Key (black)60.8%
Color previews
#2f643c text on a black background
contrast 3.01:1
Card sample
#2f643c text on a white background
contrast 6.98:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2f643c;
Background color
Panel with #2f643c background
background-color: #2f643c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2f643c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(47, 100, 60, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(47, 100, 60, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2f643c; background: linear-gradient(135deg, #2f643c, #2F645F);