#363622
a deep, soft yellow · cool · closest name: darkslategray
RGB
54, 54, 34
HSL
60°, 23%, 17%
CMYK
0, 0, 37, 79
Luminance
0.0354
Every format
| HEX | #363622 |
| RGB | rgb(54, 54, 34) |
| HSL | hsl(60, 23%, 17%) |
| CMYK | cmyk(0%, 0%, 37%, 79%) |
| LAB | lab(22.1 -3.9 12.6) |
| LCH | lch(22.1 13.2 107.1) |
| OKLCH | oklch(0.327 0.033 108.1) |
Copy-ready code
/* CSS */
color: #363622;
background-color: #363622;
/* Tailwind (arbitrary) */
class="text-[#363622] bg-[#363622]"
/* SCSS */
$brand: #363622;
/* SwiftUI */
Color(red: 0.212, green: 0.212, blue: 0.133)
/* Android */
Color.parseColor("#363622")Accessibility — WCAG contrast
Aa
#363622 on white: 12.30:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#363622 on black: 1.71:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red21.2%
Green21.2%
Blue13.3%
CMYK percentages
Cyan0.0%
Magenta0.0%
Yellow37.0%
Key (black)78.8%
Color previews
#363622 text on a black background
contrast 1.71:1
Card sample
#363622 text on a white background
contrast 12.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #363622;
Background color
Panel with #363622 background
background-color: #363622;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #363622;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(54, 54, 34, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(54, 54, 34, 0.45);
Border & gradient
Gradient panel
border: 3px solid #363622; background: linear-gradient(135deg, #363622, #293622);