#69737f
a balanced, muted blue · cool · closest name: gray
RGB
105, 115, 127
HSL
213°, 10%, 46%
CMYK
17, 9, 0, 50
Luminance
0.1680
Every format
| HEX | #69737f |
| RGB | rgb(105, 115, 127) |
| HSL | hsl(213, 10%, 46%) |
| CMYK | cmyk(17%, 9%, 0%, 50%) |
| LAB | lab(48.0 -1.0 -7.9) |
| LCH | lch(48.0 7.9 262.5) |
| OKLCH | oklch(0.551 0.022 253.0) |
Copy-ready code
/* CSS */
color: #69737f;
background-color: #69737f;
/* Tailwind (arbitrary) */
class="text-[#69737f] bg-[#69737f]"
/* SCSS */
$brand: #69737f;
/* SwiftUI */
Color(red: 0.412, green: 0.451, blue: 0.498)
/* Android */
Color.parseColor("#69737f")Accessibility — WCAG contrast
Aa
#69737f on white: 4.82:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#69737f on black: 4.36:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red41.2%
Green45.1%
Blue49.8%
CMYK percentages
Cyan17.3%
Magenta9.4%
Yellow0.0%
Key (black)50.2%
Color previews
#69737f text on a black background
contrast 4.36:1
Card sample
#69737f text on a white background
contrast 4.82:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #69737f;
Background color
Panel with #69737f background
background-color: #69737f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #69737f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(105, 115, 127, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(105, 115, 127, 0.45);
Border & gradient
Gradient panel
border: 3px solid #69737f; background: linear-gradient(135deg, #69737f, #6E697F);