#616143
a dark, soft yellow · cool · closest name: gray
RGB
97, 97, 67
HSL
60°, 18%, 32%
CMYK
0, 0, 31, 62
Luminance
0.1150
Every format
| HEX | #616143 |
| RGB | rgb(97, 97, 67) |
| HSL | hsl(60, 18%, 32%) |
| CMYK | cmyk(0%, 0%, 31%, 62%) |
| LAB | lab(40.4 -5.4 17.2) |
| LCH | lch(40.4 18.0 107.4) |
| OKLCH | oklch(0.484 0.045 108.0) |
Copy-ready code
/* CSS */
color: #616143;
background-color: #616143;
/* Tailwind (arbitrary) */
class="text-[#616143] bg-[#616143]"
/* SCSS */
$brand: #616143;
/* SwiftUI */
Color(red: 0.380, green: 0.380, blue: 0.263)
/* Android */
Color.parseColor("#616143")Accessibility — WCAG contrast
Aa
#616143 on white: 6.37:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#616143 on black: 3.30:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red38.0%
Green38.0%
Blue26.3%
CMYK percentages
Cyan0.0%
Magenta0.0%
Yellow30.9%
Key (black)62.0%
Color previews
#616143 text on a black background
contrast 3.30:1
Card sample
#616143 text on a white background
contrast 6.37:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #616143;
Background color
Panel with #616143 background
background-color: #616143;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #616143;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(97, 97, 67, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(97, 97, 67, 0.45);
Border & gradient
Gradient panel
border: 3px solid #616143; background: linear-gradient(135deg, #616143, #4D6143);