#696941
a dark, soft yellow · cool · closest name: gray
RGB
105, 105, 65
HSL
60°, 24%, 33%
CMYK
0, 0, 38, 59
Luminance
0.1349
Every format
| HEX | #696941 |
| RGB | rgb(105, 105, 65) |
| HSL | hsl(60, 24%, 33%) |
| CMYK | cmyk(0%, 0%, 38%, 59%) |
| LAB | lab(43.5 -6.8 22.5) |
| LCH | lch(43.5 23.5 106.7) |
| OKLCH | oklch(0.510 0.058 108.3) |
Copy-ready code
/* CSS */
color: #696941;
background-color: #696941;
/* Tailwind (arbitrary) */
class="text-[#696941] bg-[#696941]"
/* SCSS */
$brand: #696941;
/* SwiftUI */
Color(red: 0.412, green: 0.412, blue: 0.255)
/* Android */
Color.parseColor("#696941")Accessibility — WCAG contrast
Aa
#696941 on white: 5.68:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#696941 on black: 3.70:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red41.2%
Green41.2%
Blue25.5%
CMYK percentages
Cyan0.0%
Magenta0.0%
Yellow38.1%
Key (black)58.8%
Color previews
#696941 text on a black background
contrast 3.70:1
Card sample
#696941 text on a white background
contrast 5.68:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #696941;
Background color
Panel with #696941 background
background-color: #696941;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #696941;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(105, 105, 65, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(105, 105, 65, 0.45);
Border & gradient
Gradient panel
border: 3px solid #696941; background: linear-gradient(135deg, #696941, #4E6941);