#444422
a deep, soft yellow · cool · closest name: darkslategray
RGB
68, 68, 34
HSL
60°, 33%, 20%
CMYK
0, 0, 50, 73
Luminance
0.0548
Every format
| HEX | #444422 |
| RGB | rgb(68, 68, 34) |
| HSL | hsl(60, 33%, 20%) |
| CMYK | cmyk(0%, 0%, 50%, 73%) |
| LAB | lab(28.1 -5.9 20.5) |
| LCH | lch(28.1 21.3 105.9) |
| OKLCH | oklch(0.378 0.052 108.6) |
Copy-ready code
/* CSS */
color: #444422;
background-color: #444422;
/* Tailwind (arbitrary) */
class="text-[#444422] bg-[#444422]"
/* SCSS */
$brand: #444422;
/* SwiftUI */
Color(red: 0.267, green: 0.267, blue: 0.133)
/* Android */
Color.parseColor("#444422")Accessibility — WCAG contrast
Aa
#444422 on white: 10.02:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#444422 on black: 2.10:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red26.7%
Green26.7%
Blue13.3%
CMYK percentages
Cyan0.0%
Magenta0.0%
Yellow50.0%
Key (black)73.3%
Color previews
#444422 text on a black background
contrast 2.10:1
Card sample
#444422 text on a white background
contrast 10.02:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #444422;
Background color
Panel with #444422 background
background-color: #444422;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #444422;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(68, 68, 34, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(68, 68, 34, 0.45);
Border & gradient
Gradient panel
border: 3px solid #444422; background: linear-gradient(135deg, #444422, #2D4422);