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