#69697f
a balanced, muted blue · warm · closest name: gray
RGB
105, 105, 127
HSL
240°, 10%, 46%
CMYK
17, 17, 0, 50
Luminance
0.1464
Every format
| HEX | #69697f |
| RGB | rgb(105, 105, 127) |
| HSL | hsl(240, 10%, 46%) |
| CMYK | cmyk(17%, 17%, 0%, 50%) |
| LAB | lab(45.1 4.9 -12.2) |
| LCH | lch(45.1 13.1 292.0) |
| OKLCH | oklch(0.529 0.034 285.2) |
Copy-ready code
/* CSS */
color: #69697f;
background-color: #69697f;
/* Tailwind (arbitrary) */
class="text-[#69697f] bg-[#69697f]"
/* SCSS */
$brand: #69697f;
/* SwiftUI */
Color(red: 0.412, green: 0.412, blue: 0.498)
/* Android */
Color.parseColor("#69697f")Accessibility — WCAG contrast
Aa
#69697f on white: 5.35:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#69697f on black: 3.93:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red41.2%
Green41.2%
Blue49.8%
CMYK percentages
Cyan17.3%
Magenta17.3%
Yellow0.0%
Key (black)50.2%
Color previews
#69697f text on a black background
contrast 3.93:1
Card sample
#69697f text on a white background
contrast 5.35:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #69697f;
Background color
Panel with #69697f background
background-color: #69697f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #69697f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(105, 105, 127, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(105, 105, 127, 0.45);
Border & gradient
Gradient panel
border: 3px solid #69697f; background: linear-gradient(135deg, #69697f, #78697F);