#7a6d52
a dark, soft yellow · warm · closest name: gray
RGB
122, 109, 82
HSL
41°, 20%, 40%
CMYK
0, 11, 33, 52
Luminance
0.1568
Every format
| HEX | #7a6d52 |
| RGB | rgb(122, 109, 82) |
| HSL | hsl(41, 20%, 40%) |
| CMYK | cmyk(0%, 11%, 33%, 52%) |
| LAB | lab(46.6 0.7 17.0) |
| LCH | lch(46.6 17.0 87.8) |
| OKLCH | oklch(0.540 0.043 85.2) |
Copy-ready code
/* CSS */
color: #7a6d52;
background-color: #7a6d52;
/* Tailwind (arbitrary) */
class="text-[#7a6d52] bg-[#7a6d52]"
/* SCSS */
$brand: #7a6d52;
/* SwiftUI */
Color(red: 0.478, green: 0.427, blue: 0.322)
/* Android */
Color.parseColor("#7a6d52")Accessibility — WCAG contrast
Aa
#7a6d52 on white: 5.08:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#7a6d52 on black: 4.14:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red47.8%
Green42.7%
Blue32.2%
CMYK percentages
Cyan0.0%
Magenta10.7%
Yellow32.8%
Key (black)52.2%
Color previews
#7a6d52 text on a black background
contrast 4.14:1
Card sample
#7a6d52 text on a white background
contrast 5.08:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7a6d52;
Background color
Panel with #7a6d52 background
background-color: #7a6d52;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7a6d52;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(122, 109, 82, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(122, 109, 82, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7a6d52; background: linear-gradient(135deg, #7a6d52, #6C7A52);