#545430
a dark, soft yellow · cool · closest name: darkslategray
RGB
84, 84, 48
HSL
60°, 27%, 26%
CMYK
0, 0, 43, 67
Luminance
0.0844
Every format
| HEX | #545430 |
| RGB | rgb(84, 84, 48) |
| HSL | hsl(60, 27%, 26%) |
| CMYK | cmyk(0%, 0%, 43%, 67%) |
| LAB | lab(34.9 -6.2 21.0) |
| LCH | lch(34.9 21.9 106.4) |
| OKLCH | oklch(0.436 0.054 108.4) |
Copy-ready code
/* CSS */
color: #545430;
background-color: #545430;
/* Tailwind (arbitrary) */
class="text-[#545430] bg-[#545430]"
/* SCSS */
$brand: #545430;
/* SwiftUI */
Color(red: 0.329, green: 0.329, blue: 0.188)
/* Android */
Color.parseColor("#545430")Accessibility — WCAG contrast
Aa
#545430 on white: 7.81:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#545430 on black: 2.69:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red32.9%
Green32.9%
Blue18.8%
CMYK percentages
Cyan0.0%
Magenta0.0%
Yellow42.9%
Key (black)67.1%
Color previews
#545430 text on a black background
contrast 2.69:1
Card sample
#545430 text on a white background
contrast 7.81:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #545430;
Background color
Panel with #545430 background
background-color: #545430;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #545430;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(84, 84, 48, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(84, 84, 48, 0.45);
Border & gradient
Gradient panel
border: 3px solid #545430; background: linear-gradient(135deg, #545430, #3C5430);