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