#4f634f
a dark, muted green · cool · closest name: darkslategray
RGB
79, 99, 79
HSL
120°, 11%, 35%
CMYK
20, 0, 20, 61
Luminance
0.1115
Every format
| HEX | #4f634f |
| RGB | rgb(79, 99, 79) |
| HSL | hsl(120, 11%, 35%) |
| CMYK | cmyk(20%, 0%, 20%, 61%) |
| LAB | lab(39.8 -11.9 8.9) |
| LCH | lch(39.8 14.9 143.2) |
| OKLCH | oklch(0.477 0.040 144.9) |
Copy-ready code
/* CSS */
color: #4f634f;
background-color: #4f634f;
/* Tailwind (arbitrary) */
class="text-[#4f634f] bg-[#4f634f]"
/* SCSS */
$brand: #4f634f;
/* SwiftUI */
Color(red: 0.310, green: 0.388, blue: 0.310)
/* Android */
Color.parseColor("#4f634f")Accessibility — WCAG contrast
Aa
#4f634f on white: 6.50:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#4f634f on black: 3.23:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red31.0%
Green38.8%
Blue31.0%
CMYK percentages
Cyan20.2%
Magenta0.0%
Yellow20.2%
Key (black)61.2%
Color previews
#4f634f text on a black background
contrast 3.23:1
Card sample
#4f634f text on a white background
contrast 6.50:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4f634f;
Background color
Panel with #4f634f background
background-color: #4f634f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4f634f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(79, 99, 79, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(79, 99, 79, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4f634f; background: linear-gradient(135deg, #4f634f, #4F635C);