#363921
a deep, soft yellow · cool · closest name: darkslategray
RGB
54, 57, 33
HSL
68°, 27%, 18%
CMYK
5, 0, 42, 78
Luminance
0.0382
Every format
| HEX | #363921 |
| RGB | rgb(54, 57, 33) |
| HSL | hsl(68, 27%, 18%) |
| CMYK | cmyk(5%, 0%, 42%, 78%) |
| LAB | lab(23.1 -6.0 14.6) |
| LCH | lch(23.1 15.7 112.3) |
| OKLCH | oklch(0.335 0.039 114.4) |
Copy-ready code
/* CSS */
color: #363921;
background-color: #363921;
/* Tailwind (arbitrary) */
class="text-[#363921] bg-[#363921]"
/* SCSS */
$brand: #363921;
/* SwiftUI */
Color(red: 0.212, green: 0.224, blue: 0.129)
/* Android */
Color.parseColor("#363921")Accessibility — WCAG contrast
Aa
#363921 on white: 11.90:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#363921 on black: 1.76:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red21.2%
Green22.4%
Blue12.9%
CMYK percentages
Cyan5.3%
Magenta0.0%
Yellow42.1%
Key (black)77.6%
Color previews
#363921 text on a black background
contrast 1.76:1
Card sample
#363921 text on a white background
contrast 11.90:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #363921;
Background color
Panel with #363921 background
background-color: #363921;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #363921;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(54, 57, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(54, 57, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #363921; background: linear-gradient(135deg, #363921, #263921);