#444321
a deep, soft yellow · cool · closest name: darkslategray
RGB
68, 67, 33
HSL
58°, 35%, 20%
CMYK
0, 2, 52, 73
Luminance
0.0535
Every format
| HEX | #444321 |
| RGB | rgb(68, 67, 33) |
| HSL | hsl(58, 35%, 20%) |
| CMYK | cmyk(0%, 2%, 52%, 73%) |
| LAB | lab(27.7 -5.4 20.7) |
| LCH | lch(27.7 21.4 104.5) |
| OKLCH | oklch(0.375 0.052 107.2) |
Copy-ready code
/* CSS */
color: #444321;
background-color: #444321;
/* Tailwind (arbitrary) */
class="text-[#444321] bg-[#444321]"
/* SCSS */
$brand: #444321;
/* SwiftUI */
Color(red: 0.267, green: 0.263, blue: 0.129)
/* Android */
Color.parseColor("#444321")Accessibility — WCAG contrast
Aa
#444321 on white: 10.14:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#444321 on black: 2.07:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red26.7%
Green26.3%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta1.5%
Yellow51.5%
Key (black)73.3%
Color previews
#444321 text on a black background
contrast 2.07:1
Card sample
#444321 text on a white background
contrast 10.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #444321;
Background color
Panel with #444321 background
background-color: #444321;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #444321;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(68, 67, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(68, 67, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #444321; background: linear-gradient(135deg, #444321, #2E4421);