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