#4f511f
a deep, soft yellow · cool · closest name: darkslategray
RGB
79, 81, 31
HSL
62°, 45%, 22%
CMYK
3, 0, 62, 68
Luminance
0.0765
Every format
| HEX | #4f511f |
| RGB | rgb(79, 81, 31) |
| HSL | hsl(62, 45%, 22%) |
| CMYK | cmyk(3%, 0%, 62%, 68%) |
| LAB | lab(33.2 -8.7 28.6) |
| LCH | lch(33.2 29.8 106.9) |
| OKLCH | oklch(0.421 0.071 111.2) |
Copy-ready code
/* CSS */
color: #4f511f;
background-color: #4f511f;
/* Tailwind (arbitrary) */
class="text-[#4f511f] bg-[#4f511f]"
/* SCSS */
$brand: #4f511f;
/* SwiftUI */
Color(red: 0.310, green: 0.318, blue: 0.122)
/* Android */
Color.parseColor("#4f511f")Accessibility — WCAG contrast
Aa
#4f511f on white: 8.30:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#4f511f on black: 2.53:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red31.0%
Green31.8%
Blue12.2%
CMYK percentages
Cyan2.5%
Magenta0.0%
Yellow61.7%
Key (black)68.2%
Color previews
#4f511f text on a black background
contrast 2.53:1
Card sample
#4f511f text on a white background
contrast 8.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4f511f;
Background color
Panel with #4f511f background
background-color: #4f511f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4f511f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(79, 81, 31, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(79, 81, 31, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4f511f; background: linear-gradient(135deg, #4f511f, #2E511F);