#454635
a deep, muted yellow · cool · closest name: darkslategray
RGB
69, 70, 53
HSL
64°, 14%, 24%
CMYK
1, 0, 24, 73
Luminance
0.0590
Every format
| HEX | #454635 |
| RGB | rgb(69, 70, 53) |
| HSL | hsl(64, 14%, 24%) |
| CMYK | cmyk(1%, 0%, 24%, 73%) |
| LAB | lab(29.2 -3.8 10.1) |
| LCH | lch(29.2 10.8 110.6) |
| OKLCH | oklch(0.388 0.028 110.4) |
Copy-ready code
/* CSS */
color: #454635;
background-color: #454635;
/* Tailwind (arbitrary) */
class="text-[#454635] bg-[#454635]"
/* SCSS */
$brand: #454635;
/* SwiftUI */
Color(red: 0.271, green: 0.275, blue: 0.208)
/* Android */
Color.parseColor("#454635")Accessibility — WCAG contrast
Aa
#454635 on white: 9.63:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#454635 on black: 2.18:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red27.1%
Green27.5%
Blue20.8%
CMYK percentages
Cyan1.4%
Magenta0.0%
Yellow24.3%
Key (black)72.5%
Color previews
#454635 text on a black background
contrast 2.18:1
Card sample
#454635 text on a white background
contrast 9.63:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #454635;
Background color
Panel with #454635 background
background-color: #454635;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #454635;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(69, 70, 53, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(69, 70, 53, 0.45);
Border & gradient
Gradient panel
border: 3px solid #454635; background: linear-gradient(135deg, #454635, #3A4635);