#696147
a dark, soft yellow · cool · closest name: gray
RGB
105, 97, 71
HSL
46°, 19%, 35%
CMYK
0, 8, 32, 59
Luminance
0.1201
Every format
| HEX | #696147 |
| RGB | rgb(105, 97, 71) |
| HSL | hsl(46, 19%, 35%) |
| CMYK | cmyk(0%, 8%, 32%, 59%) |
| LAB | lab(41.2 -1.3 16.0) |
| LCH | lch(41.2 16.1 94.5) |
| OKLCH | oklch(0.493 0.040 93.0) |
Copy-ready code
/* CSS */
color: #696147;
background-color: #696147;
/* Tailwind (arbitrary) */
class="text-[#696147] bg-[#696147]"
/* SCSS */
$brand: #696147;
/* SwiftUI */
Color(red: 0.412, green: 0.380, blue: 0.278)
/* Android */
Color.parseColor("#696147")Accessibility — WCAG contrast
Aa
#696147 on white: 6.17:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#696147 on black: 3.40:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red41.2%
Green38.0%
Blue27.8%
CMYK percentages
Cyan0.0%
Magenta7.6%
Yellow32.4%
Key (black)58.8%
Color previews
#696147 text on a black background
contrast 3.40:1
Card sample
#696147 text on a white background
contrast 6.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #696147;
Background color
Panel with #696147 background
background-color: #696147;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #696147;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(105, 97, 71, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(105, 97, 71, 0.45);
Border & gradient
Gradient panel
border: 3px solid #696147; background: linear-gradient(135deg, #696147, #5A6947);