#47653b
a dark, soft green · cool · closest name: seagreen
RGB
71, 101, 59
HSL
103°, 26%, 31%
CMYK
30, 0, 42, 60
Luminance
0.1096
Every format
| HEX | #47653b |
| RGB | rgb(71, 101, 59) |
| HSL | hsl(103, 26%, 31%) |
| CMYK | cmyk(30%, 0%, 42%, 60%) |
| LAB | lab(39.5 -19.8 20.3) |
| LCH | lch(39.5 28.4 134.2) |
| OKLCH | oklch(0.472 0.074 137.2) |
Copy-ready code
/* CSS */
color: #47653b;
background-color: #47653b;
/* Tailwind (arbitrary) */
class="text-[#47653b] bg-[#47653b]"
/* SCSS */
$brand: #47653b;
/* SwiftUI */
Color(red: 0.278, green: 0.396, blue: 0.231)
/* Android */
Color.parseColor("#47653b")Accessibility — WCAG contrast
Aa
#47653b on white: 6.58:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#47653b on black: 3.19:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red27.8%
Green39.6%
Blue23.1%
CMYK percentages
Cyan29.7%
Magenta0.0%
Yellow41.6%
Key (black)60.4%
Color previews
#47653b text on a black background
contrast 3.19:1
Card sample
#47653b text on a white background
contrast 6.58:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #47653b;
Background color
Panel with #47653b background
background-color: #47653b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #47653b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(71, 101, 59, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(71, 101, 59, 0.45);
Border & gradient
Gradient panel
border: 3px solid #47653b; background: linear-gradient(135deg, #47653b, #3B654B);