#474113
a deep, vivid yellow · cool · closest name: darkslategray
RGB
71, 65, 19
HSL
53°, 58%, 18%
CMYK
0, 9, 73, 72
Luminance
0.0517
Every format
| HEX | #474113 |
| RGB | rgb(71, 65, 19) |
| HSL | hsl(53, 58%, 18%) |
| CMYK | cmyk(0%, 9%, 73%, 72%) |
| LAB | lab(27.2 -3.9 28.0) |
| LCH | lch(27.2 28.3 98.0) |
| OKLCH | oklch(0.371 0.065 101.8) |
Copy-ready code
/* CSS */
color: #474113;
background-color: #474113;
/* Tailwind (arbitrary) */
class="text-[#474113] bg-[#474113]"
/* SCSS */
$brand: #474113;
/* SwiftUI */
Color(red: 0.278, green: 0.255, blue: 0.075)
/* Android */
Color.parseColor("#474113")Accessibility — WCAG contrast
Aa
#474113 on white: 10.33:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#474113 on black: 2.03:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red27.8%
Green25.5%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta8.5%
Yellow73.2%
Key (black)72.2%
Color previews
#474113 text on a black background
contrast 2.03:1
Card sample
#474113 text on a white background
contrast 10.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #474113;
Background color
Panel with #474113 background
background-color: #474113;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #474113;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(71, 65, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(71, 65, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #474113; background: linear-gradient(135deg, #474113, #2A4713);