#3f663d
a dark, soft green · cool · closest name: seagreen
RGB
63, 102, 61
HSL
117°, 25%, 32%
CMYK
38, 0, 40, 60
Luminance
0.1090
Every format
| HEX | #3f663d |
| RGB | rgb(63, 102, 61) |
| HSL | hsl(117, 25%, 32%) |
| CMYK | cmyk(38%, 0%, 40%, 60%) |
| LAB | lab(39.4 -23.0 18.9) |
| LCH | lch(39.4 29.8 140.5) |
| OKLCH | oklch(0.470 0.078 143.1) |
Copy-ready code
/* CSS */
color: #3f663d;
background-color: #3f663d;
/* Tailwind (arbitrary) */
class="text-[#3f663d] bg-[#3f663d]"
/* SCSS */
$brand: #3f663d;
/* SwiftUI */
Color(red: 0.247, green: 0.400, blue: 0.239)
/* Android */
Color.parseColor("#3f663d")Accessibility — WCAG contrast
Aa
#3f663d on white: 6.61:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#3f663d on black: 3.18:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red24.7%
Green40.0%
Blue23.9%
CMYK percentages
Cyan38.2%
Magenta0.0%
Yellow40.2%
Key (black)60.0%
Color previews
#3f663d text on a black background
contrast 3.18:1
Card sample
#3f663d text on a white background
contrast 6.61:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3f663d;
Background color
Panel with #3f663d background
background-color: #3f663d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3f663d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(63, 102, 61, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(63, 102, 61, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3f663d; background: linear-gradient(135deg, #3f663d, #3D6656);