#434721
a deep, soft yellow · cool · closest name: darkslategray
RGB
67, 71, 33
HSL
66°, 37%, 20%
CMYK
6, 0, 54, 72
Luminance
0.0581
Every format
| HEX | #434721 |
| RGB | rgb(67, 71, 33) |
| HSL | hsl(66, 37%, 20%) |
| CMYK | cmyk(6%, 0%, 54%, 72%) |
| LAB | lab(28.9 -8.3 22.1) |
| LCH | lch(28.9 23.6 110.5) |
| OKLCH | oklch(0.384 0.058 114.1) |
Copy-ready code
/* CSS */
color: #434721;
background-color: #434721;
/* Tailwind (arbitrary) */
class="text-[#434721] bg-[#434721]"
/* SCSS */
$brand: #434721;
/* SwiftUI */
Color(red: 0.263, green: 0.278, blue: 0.129)
/* Android */
Color.parseColor("#434721")Accessibility — WCAG contrast
Aa
#434721 on white: 9.71:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#434721 on black: 2.16:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red26.3%
Green27.8%
Blue12.9%
CMYK percentages
Cyan5.6%
Magenta0.0%
Yellow53.5%
Key (black)72.2%
Color previews
#434721 text on a black background
contrast 2.16:1
Card sample
#434721 text on a white background
contrast 9.71:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #434721;
Background color
Panel with #434721 background
background-color: #434721;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #434721;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(67, 71, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(67, 71, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #434721; background: linear-gradient(135deg, #434721, #2A4721);