#36361b
a deep, soft yellow · cool · closest name: darkslategray
RGB
54, 54, 27
HSL
60°, 33%, 16%
CMYK
0, 0, 50, 79
Luminance
0.0350
Every format
| HEX | #36361b |
| RGB | rgb(54, 54, 27) |
| HSL | hsl(60, 33%, 16%) |
| CMYK | cmyk(0%, 0%, 50%, 79%) |
| LAB | lab(21.9 -4.9 16.9) |
| LCH | lch(21.9 17.6 106.1) |
| OKLCH | oklch(0.326 0.043 108.6) |
Copy-ready code
/* CSS */
color: #36361b;
background-color: #36361b;
/* Tailwind (arbitrary) */
class="text-[#36361b] bg-[#36361b]"
/* SCSS */
$brand: #36361b;
/* SwiftUI */
Color(red: 0.212, green: 0.212, blue: 0.106)
/* Android */
Color.parseColor("#36361b")Accessibility — WCAG contrast
Aa
#36361b on white: 12.35:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#36361b on black: 1.70:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red21.2%
Green21.2%
Blue10.6%
CMYK percentages
Cyan0.0%
Magenta0.0%
Yellow50.0%
Key (black)78.8%
Color previews
#36361b text on a black background
contrast 1.70:1
Card sample
#36361b text on a white background
contrast 12.35:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #36361b;
Background color
Panel with #36361b background
background-color: #36361b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #36361b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(54, 54, 27, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(54, 54, 27, 0.45);
Border & gradient
Gradient panel
border: 3px solid #36361b; background: linear-gradient(135deg, #36361b, #24361B);