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