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