#36331f
a deep, soft yellow · cool · closest name: darkslategray
RGB
54, 51, 31
HSL
52°, 27%, 17%
CMYK
0, 6, 43, 79
Luminance
0.0325
Every format
| HEX | #36331f |
| RGB | rgb(54, 51, 31) |
| HSL | hsl(52, 27%, 17%) |
| CMYK | cmyk(0%, 6%, 43%, 79%) |
| LAB | lab(21.0 -2.4 13.2) |
| LCH | lch(21.0 13.4 100.3) |
| OKLCH | oklch(0.318 0.033 100.7) |
Copy-ready code
/* CSS */
color: #36331f;
background-color: #36331f;
/* Tailwind (arbitrary) */
class="text-[#36331f] bg-[#36331f]"
/* SCSS */
$brand: #36331f;
/* SwiftUI */
Color(red: 0.212, green: 0.200, blue: 0.122)
/* Android */
Color.parseColor("#36331f")Accessibility — WCAG contrast
Aa
#36331f on white: 12.73:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#36331f on black: 1.65:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red21.2%
Green20.0%
Blue12.2%
CMYK percentages
Cyan0.0%
Magenta5.6%
Yellow42.6%
Key (black)78.8%
Color previews
#36331f text on a black background
contrast 1.65:1
Card sample
#36331f text on a white background
contrast 12.73:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #36331f;
Background color
Panel with #36331f background
background-color: #36331f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #36331f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(54, 51, 31, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(54, 51, 31, 0.45);
Border & gradient
Gradient panel
border: 3px solid #36331f; background: linear-gradient(135deg, #36331f, #2A361F);