#454539
a deep, muted yellow · cool · closest name: darkslategray
RGB
69, 69, 57
HSL
60°, 10%, 25%
CMYK
0, 0, 17, 73
Luminance
0.0582
Every format
| HEX | #454539 |
| RGB | rgb(69, 69, 57) |
| HSL | hsl(60, 10%, 25%) |
| CMYK | cmyk(0%, 0%, 17%, 73%) |
| LAB | lab(28.9 -2.5 7.3) |
| LCH | lch(28.9 7.7 108.7) |
| OKLCH | oklch(0.387 0.020 107.3) |
Copy-ready code
/* CSS */
color: #454539;
background-color: #454539;
/* Tailwind (arbitrary) */
class="text-[#454539] bg-[#454539]"
/* SCSS */
$brand: #454539;
/* SwiftUI */
Color(red: 0.271, green: 0.271, blue: 0.224)
/* Android */
Color.parseColor("#454539")Accessibility — WCAG contrast
Aa
#454539 on white: 9.71:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#454539 on black: 2.16:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red27.1%
Green27.1%
Blue22.4%
CMYK percentages
Cyan0.0%
Magenta0.0%
Yellow17.4%
Key (black)72.9%
Color previews
#454539 text on a black background
contrast 2.16:1
Card sample
#454539 text on a white background
contrast 9.71:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #454539;
Background color
Panel with #454539 background
background-color: #454539;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #454539;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(69, 69, 57, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(69, 69, 57, 0.45);
Border & gradient
Gradient panel
border: 3px solid #454539; background: linear-gradient(135deg, #454539, #3D4539);