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