#697f5f
a dark, muted green · cool · closest name: gray
RGB
105, 127, 95
HSL
101°, 14%, 44%
CMYK
17, 0, 25, 50
Luminance
0.1901
Every format
| HEX | #697f5f |
| RGB | rgb(105, 127, 95) |
| HSL | hsl(101, 14%, 44%) |
| CMYK | cmyk(17%, 0%, 25%, 50%) |
| LAB | lab(50.7 -14.4 14.8) |
| LCH | lch(50.7 20.7 134.2) |
| OKLCH | oklch(0.570 0.054 136.0) |
Copy-ready code
/* CSS */
color: #697f5f;
background-color: #697f5f;
/* Tailwind (arbitrary) */
class="text-[#697f5f] bg-[#697f5f]"
/* SCSS */
$brand: #697f5f;
/* SwiftUI */
Color(red: 0.412, green: 0.498, blue: 0.373)
/* Android */
Color.parseColor("#697f5f")Accessibility — WCAG contrast
Aa
#697f5f on white: 4.37:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#697f5f on black: 4.80:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red41.2%
Green49.8%
Blue37.3%
CMYK percentages
Cyan17.3%
Magenta0.0%
Yellow25.2%
Key (black)50.2%
Color previews
#697f5f text on a black background
contrast 4.80:1
Card sample
#697f5f text on a white background
contrast 4.37:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #697f5f;
Background color
Panel with #697f5f background
background-color: #697f5f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #697f5f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(105, 127, 95, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(105, 127, 95, 0.45);
Border & gradient
Gradient panel
border: 3px solid #697f5f; background: linear-gradient(135deg, #697f5f, #5F7F6A);