#697f5d
a dark, soft green · cool · closest name: gray
RGB
105, 127, 93
HSL
99°, 16%, 43%
CMYK
17, 0, 27, 50
Luminance
0.1897
Every format
| HEX | #697f5d |
| RGB | rgb(105, 127, 93) |
| HSL | hsl(99, 16%, 43%) |
| CMYK | cmyk(17%, 0%, 27%, 50%) |
| LAB | lab(50.6 -14.8 15.9) |
| LCH | lch(50.6 21.7 132.9) |
| OKLCH | oklch(0.569 0.057 134.7) |
Copy-ready code
/* CSS */
color: #697f5d;
background-color: #697f5d;
/* Tailwind (arbitrary) */
class="text-[#697f5d] bg-[#697f5d]"
/* SCSS */
$brand: #697f5d;
/* SwiftUI */
Color(red: 0.412, green: 0.498, blue: 0.365)
/* Android */
Color.parseColor("#697f5d")Accessibility — WCAG contrast
Aa
#697f5d on white: 4.38:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#697f5d on black: 4.79:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red41.2%
Green49.8%
Blue36.5%
CMYK percentages
Cyan17.3%
Magenta0.0%
Yellow26.8%
Key (black)50.2%
Color previews
#697f5d text on a black background
contrast 4.79:1
Card sample
#697f5d text on a white background
contrast 4.38:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #697f5d;
Background color
Panel with #697f5d background
background-color: #697f5d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #697f5d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(105, 127, 93, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(105, 127, 93, 0.45);
Border & gradient
Gradient panel
border: 3px solid #697f5d; background: linear-gradient(135deg, #697f5d, #5D7F68);