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