#373313
a deep, vivid yellow · cool · closest name: darkslategray
RGB
55, 51, 19
HSL
53°, 49%, 15%
CMYK
0, 7, 66, 78
Luminance
0.0323
Every format
| HEX | #373313 |
| RGB | rgb(55, 51, 19) |
| HSL | hsl(53, 49%, 15%) |
| CMYK | cmyk(0%, 7%, 66%, 78%) |
| LAB | lab(20.9 -3.4 20.6) |
| LCH | lch(20.9 20.9 99.3) |
| OKLCH | oklch(0.317 0.049 102.2) |
Copy-ready code
/* CSS */
color: #373313;
background-color: #373313;
/* Tailwind (arbitrary) */
class="text-[#373313] bg-[#373313]"
/* SCSS */
$brand: #373313;
/* SwiftUI */
Color(red: 0.216, green: 0.200, blue: 0.075)
/* Android */
Color.parseColor("#373313")Accessibility — WCAG contrast
Aa
#373313 on white: 12.76:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#373313 on black: 1.65:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red21.6%
Green20.0%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta7.3%
Yellow65.5%
Key (black)78.4%
Color previews
#373313 text on a black background
contrast 1.65:1
Card sample
#373313 text on a white background
contrast 12.76:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #373313;
Background color
Panel with #373313 background
background-color: #373313;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #373313;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(55, 51, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(55, 51, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #373313; background: linear-gradient(135deg, #373313, #233713);