#373106
a deep, electric yellow · cool · closest name: darkslategray
RGB
55, 49, 6
HSL
53°, 80%, 12%
CMYK
0, 11, 89, 78
Luminance
0.0302
Every format
| HEX | #373106 |
| RGB | rgb(55, 49, 6) |
| HSL | hsl(53, 80%, 12%) |
| CMYK | cmyk(0%, 11%, 89%, 78%) |
| LAB | lab(20.1 -3.0 25.9) |
| LCH | lch(20.1 26.1 96.7) |
| OKLCH | oklch(0.310 0.059 101.1) |
Copy-ready code
/* CSS */
color: #373106;
background-color: #373106;
/* Tailwind (arbitrary) */
class="text-[#373106] bg-[#373106]"
/* SCSS */
$brand: #373106;
/* SwiftUI */
Color(red: 0.216, green: 0.192, blue: 0.024)
/* Android */
Color.parseColor("#373106")Accessibility — WCAG contrast
Aa
#373106 on white: 13.09:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#373106 on black: 1.60:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red21.6%
Green19.2%
Blue2.4%
CMYK percentages
Cyan0.0%
Magenta10.9%
Yellow89.1%
Key (black)78.4%
Color previews
#373106 text on a black background
contrast 1.60:1
Card sample
#373106 text on a white background
contrast 13.09:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #373106;
Background color
Panel with #373106 background
background-color: #373106;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #373106;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(55, 49, 6, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(55, 49, 6, 0.45);
Border & gradient
Gradient panel
border: 3px solid #373106; background: linear-gradient(135deg, #373106, #1C3706);