#474724
a deep, soft yellow · cool · closest name: darkslategray
RGB
71, 71, 36
HSL
60°, 33%, 21%
CMYK
0, 0, 49, 72
Luminance
0.0597
Every format
| HEX | #474724 |
| RGB | rgb(71, 71, 36) |
| HSL | hsl(60, 33%, 21%) |
| CMYK | cmyk(0%, 0%, 49%, 72%) |
| LAB | lab(29.4 -6.0 21.0) |
| LCH | lch(29.4 21.8 106.0) |
| OKLCH | oklch(0.389 0.053 108.6) |
Copy-ready code
/* CSS */
color: #474724;
background-color: #474724;
/* Tailwind (arbitrary) */
class="text-[#474724] bg-[#474724]"
/* SCSS */
$brand: #474724;
/* SwiftUI */
Color(red: 0.278, green: 0.278, blue: 0.141)
/* Android */
Color.parseColor("#474724")Accessibility — WCAG contrast
Aa
#474724 on white: 9.57:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#474724 on black: 2.19:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red27.8%
Green27.8%
Blue14.1%
CMYK percentages
Cyan0.0%
Magenta0.0%
Yellow49.3%
Key (black)72.2%
Color previews
#474724 text on a black background
contrast 2.19:1
Card sample
#474724 text on a white background
contrast 9.57:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #474724;
Background color
Panel with #474724 background
background-color: #474724;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #474724;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(71, 71, 36, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(71, 71, 36, 0.45);
Border & gradient
Gradient panel
border: 3px solid #474724; background: linear-gradient(135deg, #474724, #304724);