#363821
a deep, soft yellow · cool · closest name: darkslategray
RGB
54, 56, 33
HSL
65°, 26%, 18%
CMYK
4, 0, 41, 78
Luminance
0.0372
Every format
| HEX | #363821 |
| RGB | rgb(54, 56, 33) |
| HSL | hsl(65, 26%, 18%) |
| CMYK | cmyk(4%, 0%, 41%, 78%) |
| LAB | lab(22.7 -5.3 14.1) |
| LCH | lch(22.7 15.1 110.7) |
| OKLCH | oklch(0.332 0.038 112.5) |
Copy-ready code
/* CSS */
color: #363821;
background-color: #363821;
/* Tailwind (arbitrary) */
class="text-[#363821] bg-[#363821]"
/* SCSS */
$brand: #363821;
/* SwiftUI */
Color(red: 0.212, green: 0.220, blue: 0.129)
/* Android */
Color.parseColor("#363821")Accessibility — WCAG contrast
Aa
#363821 on white: 12.04:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#363821 on black: 1.74:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red21.2%
Green22.0%
Blue12.9%
CMYK percentages
Cyan3.6%
Magenta0.0%
Yellow41.1%
Key (black)78.0%
Color previews
#363821 text on a black background
contrast 1.74:1
Card sample
#363821 text on a white background
contrast 12.04:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #363821;
Background color
Panel with #363821 background
background-color: #363821;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #363821;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(54, 56, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(54, 56, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #363821; background: linear-gradient(135deg, #363821, #273821);