#373813
a deep, vivid yellow · cool · closest name: darkslategray
RGB
55, 56, 19
HSL
62°, 49%, 15%
CMYK
2, 0, 66, 78
Luminance
0.0369
Every format
| HEX | #373813 |
| RGB | rgb(55, 56, 19) |
| HSL | hsl(62, 49%, 15%) |
| CMYK | cmyk(2%, 0%, 66%, 78%) |
| LAB | lab(22.6 -6.5 22.5) |
| LCH | lch(22.6 23.4 106.2) |
| OKLCH | oklch(0.331 0.056 110.5) |
Copy-ready code
/* CSS */
color: #373813;
background-color: #373813;
/* Tailwind (arbitrary) */
class="text-[#373813] bg-[#373813]"
/* SCSS */
$brand: #373813;
/* SwiftUI */
Color(red: 0.216, green: 0.220, blue: 0.075)
/* Android */
Color.parseColor("#373813")Accessibility — WCAG contrast
Aa
#373813 on white: 12.09:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#373813 on black: 1.74:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red21.6%
Green22.0%
Blue7.5%
CMYK percentages
Cyan1.8%
Magenta0.0%
Yellow66.1%
Key (black)78.0%
Color previews
#373813 text on a black background
contrast 1.74:1
Card sample
#373813 text on a white background
contrast 12.09:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #373813;
Background color
Panel with #373813 background
background-color: #373813;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #373813;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(55, 56, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(55, 56, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #373813; background: linear-gradient(135deg, #373813, #1E3813);