#545231
a dark, soft yellow · cool · closest name: darkslategray
RGB
84, 82, 49
HSL
57°, 26%, 26%
CMYK
0, 2, 42, 67
Luminance
0.0814
Every format
| HEX | #545231 |
| RGB | rgb(84, 82, 49) |
| HSL | hsl(57, 26%, 26%) |
| CMYK | cmyk(0%, 2%, 42%, 67%) |
| LAB | lab(34.3 -4.9 19.7) |
| LCH | lch(34.3 20.3 103.9) |
| OKLCH | oklch(0.432 0.050 105.3) |
Copy-ready code
/* CSS */
color: #545231;
background-color: #545231;
/* Tailwind (arbitrary) */
class="text-[#545231] bg-[#545231]"
/* SCSS */
$brand: #545231;
/* SwiftUI */
Color(red: 0.329, green: 0.322, blue: 0.192)
/* Android */
Color.parseColor("#545231")Accessibility — WCAG contrast
Aa
#545231 on white: 7.99:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#545231 on black: 2.63:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red32.9%
Green32.2%
Blue19.2%
CMYK percentages
Cyan0.0%
Magenta2.4%
Yellow41.7%
Key (black)67.1%
Color previews
#545231 text on a black background
contrast 2.63:1
Card sample
#545231 text on a white background
contrast 7.99:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #545231;
Background color
Panel with #545231 background
background-color: #545231;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #545231;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(84, 82, 49, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(84, 82, 49, 0.45);
Border & gradient
Gradient panel
border: 3px solid #545231; background: linear-gradient(135deg, #545231, #3F5431);