#44481f
a deep, soft yellow · cool · closest name: darkslategray
RGB
68, 72, 31
HSL
66°, 40%, 20%
CMYK
6, 0, 57, 72
Luminance
0.0596
Every format
| HEX | #44481f |
| RGB | rgb(68, 72, 31) |
| HSL | hsl(66, 40%, 20%) |
| CMYK | cmyk(6%, 0%, 57%, 72%) |
| LAB | lab(29.3 -8.6 23.8) |
| LCH | lch(29.3 25.3 110.0) |
| OKLCH | oklch(0.388 0.061 113.9) |
Copy-ready code
/* CSS */
color: #44481f;
background-color: #44481f;
/* Tailwind (arbitrary) */
class="text-[#44481f] bg-[#44481f]"
/* SCSS */
$brand: #44481f;
/* SwiftUI */
Color(red: 0.267, green: 0.282, blue: 0.122)
/* Android */
Color.parseColor("#44481f")Accessibility — WCAG contrast
Aa
#44481f on white: 9.58:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#44481f on black: 2.19:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red26.7%
Green28.2%
Blue12.2%
CMYK percentages
Cyan5.6%
Magenta0.0%
Yellow56.9%
Key (black)71.8%
Color previews
#44481f text on a black background
contrast 2.19:1
Card sample
#44481f text on a white background
contrast 9.58:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #44481f;
Background color
Panel with #44481f background
background-color: #44481f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #44481f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(68, 72, 31, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(68, 72, 31, 0.45);
Border & gradient
Gradient panel
border: 3px solid #44481f; background: linear-gradient(135deg, #44481f, #29481F);