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