#4f5913
a deep, vivid yellow · cool · closest name: olive
RGB
79, 89, 19
HSL
69°, 65%, 21%
CMYK
11, 0, 79, 65
Luminance
0.0885
Every format
| HEX | #4f5913 |
| RGB | rgb(79, 89, 19) |
| HSL | hsl(69, 65%, 21%) |
| CMYK | cmyk(11%, 0%, 79%, 65%) |
| LAB | lab(35.7 -14.1 36.7) |
| LCH | lch(35.7 39.3 111.0) |
| OKLCH | oklch(0.441 0.092 117.5) |
Copy-ready code
/* CSS */
color: #4f5913;
background-color: #4f5913;
/* Tailwind (arbitrary) */
class="text-[#4f5913] bg-[#4f5913]"
/* SCSS */
$brand: #4f5913;
/* SwiftUI */
Color(red: 0.310, green: 0.349, blue: 0.075)
/* Android */
Color.parseColor("#4f5913")Accessibility — WCAG contrast
Aa
#4f5913 on white: 7.58:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#4f5913 on black: 2.77:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red31.0%
Green34.9%
Blue7.5%
CMYK percentages
Cyan11.2%
Magenta0.0%
Yellow78.7%
Key (black)65.1%
Color previews
#4f5913 text on a black background
contrast 2.77:1
Card sample
#4f5913 text on a white background
contrast 7.58:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4f5913;
Background color
Panel with #4f5913 background
background-color: #4f5913;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4f5913;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(79, 89, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(79, 89, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4f5913; background: linear-gradient(135deg, #4f5913, #205913);