#45461d
a deep, soft yellow · cool · closest name: darkslategray
RGB
69, 70, 29
HSL
62°, 41%, 19%
CMYK
1, 0, 59, 73
Luminance
0.0573
Every format
| HEX | #45461d |
| RGB | rgb(69, 70, 29) |
| HSL | hsl(62, 41%, 19%) |
| CMYK | cmyk(1%, 0%, 59%, 73%) |
| LAB | lab(28.7 -7.2 24.2) |
| LCH | lch(28.7 25.3 106.4) |
| OKLCH | oklch(0.383 0.061 110.2) |
Copy-ready code
/* CSS */
color: #45461d;
background-color: #45461d;
/* Tailwind (arbitrary) */
class="text-[#45461d] bg-[#45461d]"
/* SCSS */
$brand: #45461d;
/* SwiftUI */
Color(red: 0.271, green: 0.275, blue: 0.114)
/* Android */
Color.parseColor("#45461d")Accessibility — WCAG contrast
Aa
#45461d on white: 9.78:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#45461d on black: 2.15:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red27.1%
Green27.5%
Blue11.4%
CMYK percentages
Cyan1.4%
Magenta0.0%
Yellow58.6%
Key (black)72.5%
Color previews
#45461d text on a black background
contrast 2.15:1
Card sample
#45461d text on a white background
contrast 9.78:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #45461d;
Background color
Panel with #45461d background
background-color: #45461d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #45461d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(69, 70, 29, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(69, 70, 29, 0.45);
Border & gradient
Gradient panel
border: 3px solid #45461d; background: linear-gradient(135deg, #45461d, #2A461D);