#404313
a deep, vivid yellow · cool · closest name: darkslategray
RGB
64, 67, 19
HSL
64°, 56%, 17%
CMYK
5, 0, 72, 74
Luminance
0.0515
Every format
| HEX | #404313 |
| RGB | rgb(64, 67, 19) |
| HSL | hsl(64, 56%, 17%) |
| CMYK | cmyk(5%, 0%, 72%, 74%) |
| LAB | lab(27.2 -8.7 27.7) |
| LCH | lch(27.2 29.1 107.5) |
| OKLCH | oklch(0.369 0.068 112.7) |
Copy-ready code
/* CSS */
color: #404313;
background-color: #404313;
/* Tailwind (arbitrary) */
class="text-[#404313] bg-[#404313]"
/* SCSS */
$brand: #404313;
/* SwiftUI */
Color(red: 0.251, green: 0.263, blue: 0.075)
/* Android */
Color.parseColor("#404313")Accessibility — WCAG contrast
Aa
#404313 on white: 10.34:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#404313 on black: 2.03:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red25.1%
Green26.3%
Blue7.5%
CMYK percentages
Cyan4.5%
Magenta0.0%
Yellow71.6%
Key (black)73.7%
Color previews
#404313 text on a black background
contrast 2.03:1
Card sample
#404313 text on a white background
contrast 10.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #404313;
Background color
Panel with #404313 background
background-color: #404313;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #404313;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(64, 67, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(64, 67, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #404313; background: linear-gradient(135deg, #404313, #204313);