#444411
a deep, vivid yellow · cool · closest name: darkslategray
RGB
68, 68, 17
HSL
60°, 60%, 17%
CMYK
0, 0, 75, 73
Luminance
0.0540
Every format
| HEX | #444411 |
| RGB | rgb(68, 68, 17) |
| HSL | hsl(60, 60%, 17%) |
| CMYK | cmyk(0%, 0%, 75%, 73%) |
| LAB | lab(27.9 -7.5 29.5) |
| LCH | lch(27.9 30.4 104.2) |
| OKLCH | oklch(0.376 0.070 109.4) |
Copy-ready code
/* CSS */
color: #444411;
background-color: #444411;
/* Tailwind (arbitrary) */
class="text-[#444411] bg-[#444411]"
/* SCSS */
$brand: #444411;
/* SwiftUI */
Color(red: 0.267, green: 0.267, blue: 0.067)
/* Android */
Color.parseColor("#444411")Accessibility — WCAG contrast
Aa
#444411 on white: 10.09:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#444411 on black: 2.08:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red26.7%
Green26.7%
Blue6.7%
CMYK percentages
Cyan0.0%
Magenta0.0%
Yellow75.0%
Key (black)73.3%
Color previews
#444411 text on a black background
contrast 2.08:1
Card sample
#444411 text on a white background
contrast 10.09:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #444411;
Background color
Panel with #444411 background
background-color: #444411;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #444411;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(68, 68, 17, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(68, 68, 17, 0.45);
Border & gradient
Gradient panel
border: 3px solid #444411; background: linear-gradient(135deg, #444411, #224411);