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