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