#464821
a deep, soft yellow · cool · closest name: darkslategray
RGB
70, 72, 33
HSL
63°, 37%, 21%
CMYK
3, 0, 54, 72
Luminance
0.0605
Every format
| HEX | #464821 |
| RGB | rgb(70, 72, 33) |
| HSL | hsl(63, 37%, 21%) |
| CMYK | cmyk(3%, 0%, 54%, 72%) |
| LAB | lab(29.5 -7.4 22.9) |
| LCH | lch(29.5 24.1 108.0) |
| OKLCH | oklch(0.390 0.059 111.4) |
Copy-ready code
/* CSS */
color: #464821;
background-color: #464821;
/* Tailwind (arbitrary) */
class="text-[#464821] bg-[#464821]"
/* SCSS */
$brand: #464821;
/* SwiftUI */
Color(red: 0.275, green: 0.282, blue: 0.129)
/* Android */
Color.parseColor("#464821")Accessibility — WCAG contrast
Aa
#464821 on white: 9.51:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#464821 on black: 2.21:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red27.5%
Green28.2%
Blue12.9%
CMYK percentages
Cyan2.8%
Magenta0.0%
Yellow54.2%
Key (black)71.8%
Color previews
#464821 text on a black background
contrast 2.21:1
Card sample
#464821 text on a white background
contrast 9.51:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #464821;
Background color
Panel with #464821 background
background-color: #464821;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #464821;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(70, 72, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(70, 72, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #464821; background: linear-gradient(135deg, #464821, #2C4821);