#474700
a deep, electric yellow · cool · closest name: olive
RGB
71, 71, 0
HSL
60°, 100%, 14%
CMYK
0, 0, 100, 72
Luminance
0.0585
Every format
| HEX | #474700 |
| RGB | rgb(71, 71, 0) |
| HSL | hsl(60, 100%, 14%) |
| CMYK | cmyk(0%, 0%, 100%, 72%) |
| LAB | lab(29.0 -8.6 37.5) |
| LCH | lch(29.0 38.5 102.9) |
| OKLCH | oklch(0.385 0.084 109.8) |
Copy-ready code
/* CSS */
color: #474700;
background-color: #474700;
/* Tailwind (arbitrary) */
class="text-[#474700] bg-[#474700]"
/* SCSS */
$brand: #474700;
/* SwiftUI */
Color(red: 0.278, green: 0.278, blue: 0.000)
/* Android */
Color.parseColor("#474700")Accessibility — WCAG contrast
Aa
#474700 on white: 9.68:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#474700 on black: 2.17:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red27.8%
Green27.8%
Blue0.0%
CMYK percentages
Cyan0.0%
Magenta0.0%
Yellow100.0%
Key (black)72.2%
Color previews
#474700 text on a black background
contrast 2.17:1
Card sample
#474700 text on a white background
contrast 9.68:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #474700;
Background color
Panel with #474700 background
background-color: #474700;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #474700;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(71, 71, 0, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(71, 71, 0, 0.45);
Border & gradient
Gradient panel
border: 3px solid #474700; background: linear-gradient(135deg, #474700, #184700);