#383721
a deep, soft yellow · cool · closest name: darkslategray
RGB
56, 55, 33
HSL
57°, 26%, 18%
CMYK
0, 2, 41, 78
Luminance
0.0368
Every format
| HEX | #383721 |
| RGB | rgb(56, 55, 33) |
| HSL | hsl(57, 26%, 18%) |
| CMYK | cmyk(0%, 2%, 41%, 78%) |
| LAB | lab(22.6 -3.7 14.0) |
| LCH | lch(22.6 14.4 104.9) |
| OKLCH | oklch(0.331 0.036 106.0) |
Copy-ready code
/* CSS */
color: #383721;
background-color: #383721;
/* Tailwind (arbitrary) */
class="text-[#383721] bg-[#383721]"
/* SCSS */
$brand: #383721;
/* SwiftUI */
Color(red: 0.220, green: 0.216, blue: 0.129)
/* Android */
Color.parseColor("#383721")Accessibility — WCAG contrast
Aa
#383721 on white: 12.09:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#383721 on black: 1.74:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red22.0%
Green21.6%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta1.8%
Yellow41.1%
Key (black)78.0%
Color previews
#383721 text on a black background
contrast 1.74:1
Card sample
#383721 text on a white background
contrast 12.09:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #383721;
Background color
Panel with #383721 background
background-color: #383721;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #383721;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(56, 55, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(56, 55, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #383721; background: linear-gradient(135deg, #383721, #2A3821);