#47470a
a deep, electric yellow · cool · closest name: olive
RGB
71, 71, 10
HSL
60°, 75%, 16%
CMYK
0, 0, 86, 72
Luminance
0.0587
Every format
| HEX | #47470a |
| RGB | rgb(71, 71, 10) |
| HSL | hsl(60, 75%, 16%) |
| CMYK | cmyk(0%, 0%, 86%, 72%) |
| LAB | lab(29.1 -8.1 33.7) |
| LCH | lch(29.1 34.7 103.5) |
| OKLCH | oklch(0.386 0.078 109.6) |
Copy-ready code
/* CSS */
color: #47470a;
background-color: #47470a;
/* Tailwind (arbitrary) */
class="text-[#47470a] bg-[#47470a]"
/* SCSS */
$brand: #47470a;
/* SwiftUI */
Color(red: 0.278, green: 0.278, blue: 0.039)
/* Android */
Color.parseColor("#47470a")Accessibility — WCAG contrast
Aa
#47470a on white: 9.66:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#47470a on black: 2.17:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red27.8%
Green27.8%
Blue3.9%
CMYK percentages
Cyan0.0%
Magenta0.0%
Yellow85.9%
Key (black)72.2%
Color previews
#47470a text on a black background
contrast 2.17:1
Card sample
#47470a text on a white background
contrast 9.66:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #47470a;
Background color
Panel with #47470a background
background-color: #47470a;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #47470a;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(71, 71, 10, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(71, 71, 10, 0.45);
Border & gradient
Gradient panel
border: 3px solid #47470a; background: linear-gradient(135deg, #47470a, #1E470A);