#697f7b
a balanced, muted cyan · cool · closest name: gray
RGB
105, 127, 123
HSL
169°, 10%, 46%
CMYK
17, 0, 3, 50
Luminance
0.1961
Every format
| HEX | #697f7b |
| RGB | rgb(105, 127, 123) |
| HSL | hsl(169, 10%, 46%) |
| CMYK | cmyk(17%, 0%, 3%, 50%) |
| LAB | lab(51.4 -8.8 -0.5) |
| LCH | lch(51.4 8.8 183.2) |
| OKLCH | oklch(0.578 0.026 183.2) |
Copy-ready code
/* CSS */
color: #697f7b;
background-color: #697f7b;
/* Tailwind (arbitrary) */
class="text-[#697f7b] bg-[#697f7b]"
/* SCSS */
$brand: #697f7b;
/* SwiftUI */
Color(red: 0.412, green: 0.498, blue: 0.482)
/* Android */
Color.parseColor("#697f7b")Accessibility — WCAG contrast
Aa
#697f7b on white: 4.27:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#697f7b on black: 4.92:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red41.2%
Green49.8%
Blue48.2%
CMYK percentages
Cyan17.3%
Magenta0.0%
Yellow3.1%
Key (black)50.2%
Color previews
#697f7b text on a black background
contrast 4.92:1
Card sample
#697f7b text on a white background
contrast 4.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #697f7b;
Background color
Panel with #697f7b background
background-color: #697f7b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #697f7b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(105, 127, 123, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(105, 127, 123, 0.45);
Border & gradient
Gradient panel
border: 3px solid #697f7b; background: linear-gradient(135deg, #697f7b, #69747F);