#444021
a deep, soft yellow · cool · closest name: darkslategray
RGB
68, 64, 33
HSL
53°, 35%, 20%
CMYK
0, 6, 52, 73
Luminance
0.0501
Every format
| HEX | #444021 |
| RGB | rgb(68, 64, 33) |
| HSL | hsl(53, 35%, 20%) |
| CMYK | cmyk(0%, 6%, 52%, 73%) |
| LAB | lab(26.8 -3.5 19.5) |
| LCH | lch(26.8 19.8 100.2) |
| OKLCH | oklch(0.367 0.048 102.0) |
Copy-ready code
/* CSS */
color: #444021;
background-color: #444021;
/* Tailwind (arbitrary) */
class="text-[#444021] bg-[#444021]"
/* SCSS */
$brand: #444021;
/* SwiftUI */
Color(red: 0.267, green: 0.251, blue: 0.129)
/* Android */
Color.parseColor("#444021")Accessibility — WCAG contrast
Aa
#444021 on white: 10.49:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#444021 on black: 2.00:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red26.7%
Green25.1%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta5.9%
Yellow51.5%
Key (black)73.3%
Color previews
#444021 text on a black background
contrast 2.00:1
Card sample
#444021 text on a white background
contrast 10.49:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #444021;
Background color
Panel with #444021 background
background-color: #444021;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #444021;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(68, 64, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(68, 64, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #444021; background: linear-gradient(135deg, #444021, #314421);