#3f5621
a deep, soft green · cool · closest name: seagreen
RGB
63, 86, 33
HSL
86°, 45%, 23%
CMYK
27, 0, 62, 66
Luminance
0.0782
Every format
| HEX | #3f5621 |
| RGB | rgb(63, 86, 33) |
| HSL | hsl(86, 45%, 23%) |
| CMYK | cmyk(27%, 0%, 62%, 66%) |
| LAB | lab(33.6 -18.7 27.6) |
| LCH | lch(33.6 33.3 124.1) |
| OKLCH | oklch(0.421 0.083 129.0) |
Copy-ready code
/* CSS */
color: #3f5621;
background-color: #3f5621;
/* Tailwind (arbitrary) */
class="text-[#3f5621] bg-[#3f5621]"
/* SCSS */
$brand: #3f5621;
/* SwiftUI */
Color(red: 0.247, green: 0.337, blue: 0.129)
/* Android */
Color.parseColor("#3f5621")Accessibility — WCAG contrast
Aa
#3f5621 on white: 8.19:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#3f5621 on black: 2.56:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red24.7%
Green33.7%
Blue12.9%
CMYK percentages
Cyan26.7%
Magenta0.0%
Yellow61.6%
Key (black)66.3%
Color previews
#3f5621 text on a black background
contrast 2.56:1
Card sample
#3f5621 text on a white background
contrast 8.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3f5621;
Background color
Panel with #3f5621 background
background-color: #3f5621;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3f5621;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(63, 86, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(63, 86, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3f5621; background: linear-gradient(135deg, #3f5621, #215626);