#6b697f
a balanced, muted blue · warm · closest name: gray
RGB
107, 105, 127
HSL
246°, 10%, 46%
CMYK
16, 17, 0, 50
Luminance
0.1476
Every format
| HEX | #6b697f |
| RGB | rgb(107, 105, 127) |
| HSL | hsl(246, 10%, 46%) |
| CMYK | cmyk(16%, 17%, 0%, 50%) |
| LAB | lab(45.3 5.6 -11.9) |
| LCH | lch(45.3 13.2 295.3) |
| OKLCH | oklch(0.531 0.034 289.3) |
Copy-ready code
/* CSS */
color: #6b697f;
background-color: #6b697f;
/* Tailwind (arbitrary) */
class="text-[#6b697f] bg-[#6b697f]"
/* SCSS */
$brand: #6b697f;
/* SwiftUI */
Color(red: 0.420, green: 0.412, blue: 0.498)
/* Android */
Color.parseColor("#6b697f")Accessibility — WCAG contrast
Aa
#6b697f on white: 5.31:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#6b697f on black: 3.95:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red42.0%
Green41.2%
Blue49.8%
CMYK percentages
Cyan15.7%
Magenta17.3%
Yellow0.0%
Key (black)50.2%
Color previews
#6b697f text on a black background
contrast 3.95:1
Card sample
#6b697f text on a white background
contrast 5.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6b697f;
Background color
Panel with #6b697f background
background-color: #6b697f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6b697f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(107, 105, 127, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(107, 105, 127, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6b697f; background: linear-gradient(135deg, #6b697f, #7A697F);