#46400c
a deep, vivid yellow · cool · closest name: darkslategray
RGB
70, 64, 12
HSL
54°, 71%, 16%
CMYK
0, 9, 83, 73
Luminance
0.0500
Every format
| HEX | #46400c |
| RGB | rgb(70, 64, 12) |
| HSL | hsl(54, 71%, 16%) |
| CMYK | cmyk(0%, 9%, 83%, 73%) |
| LAB | lab(26.7 -4.3 30.7) |
| LCH | lch(26.7 31.0 97.9) |
| OKLCH | oklch(0.367 0.069 102.5) |
Copy-ready code
/* CSS */
color: #46400c;
background-color: #46400c;
/* Tailwind (arbitrary) */
class="text-[#46400c] bg-[#46400c]"
/* SCSS */
$brand: #46400c;
/* SwiftUI */
Color(red: 0.275, green: 0.251, blue: 0.047)
/* Android */
Color.parseColor("#46400c")Accessibility — WCAG contrast
Aa
#46400c on white: 10.50:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#46400c on black: 2.00:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red27.5%
Green25.1%
Blue4.7%
CMYK percentages
Cyan0.0%
Magenta8.6%
Yellow82.9%
Key (black)72.5%
Color previews
#46400c text on a black background
contrast 2.00:1
Card sample
#46400c text on a white background
contrast 10.50:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #46400c;
Background color
Panel with #46400c background
background-color: #46400c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #46400c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(70, 64, 12, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(70, 64, 12, 0.45);
Border & gradient
Gradient panel
border: 3px solid #46400c; background: linear-gradient(135deg, #46400c, #25460C);