#4f663d
a dark, soft green · cool · closest name: seagreen
RGB
79, 102, 61
HSL
94°, 25%, 32%
CMYK
23, 0, 40, 60
Luminance
0.1150
Every format
| HEX | #4f663d |
| RGB | rgb(79, 102, 61) |
| HSL | hsl(94, 25%, 32%) |
| CMYK | cmyk(23%, 0%, 40%, 60%) |
| LAB | lab(40.4 -16.8 20.4) |
| LCH | lch(40.4 26.5 129.4) |
| OKLCH | oklch(0.480 0.068 132.3) |
Copy-ready code
/* CSS */
color: #4f663d;
background-color: #4f663d;
/* Tailwind (arbitrary) */
class="text-[#4f663d] bg-[#4f663d]"
/* SCSS */
$brand: #4f663d;
/* SwiftUI */
Color(red: 0.310, green: 0.400, blue: 0.239)
/* Android */
Color.parseColor("#4f663d")Accessibility — WCAG contrast
Aa
#4f663d on white: 6.36:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#4f663d on black: 3.30:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red31.0%
Green40.0%
Blue23.9%
CMYK percentages
Cyan22.5%
Magenta0.0%
Yellow40.2%
Key (black)60.0%
Color previews
#4f663d text on a black background
contrast 3.30:1
Card sample
#4f663d text on a white background
contrast 6.36:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4f663d;
Background color
Panel with #4f663d background
background-color: #4f663d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4f663d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(79, 102, 61, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(79, 102, 61, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4f663d; background: linear-gradient(135deg, #4f663d, #3D6646);