#7d697f
a balanced, muted magenta / pink · warm · closest name: gray
RGB
125, 105, 127
HSL
295°, 10%, 46%
CMYK
2, 17, 0, 50
Luminance
0.1600
Every format
| HEX | #7d697f |
| RGB | rgb(125, 105, 127) |
| HSL | hsl(295, 10%, 46%) |
| CMYK | cmyk(2%, 17%, 0%, 50%) |
| LAB | lab(47.0 12.2 -9.2) |
| LCH | lch(47.0 15.3 322.8) |
| OKLCH | oklch(0.547 0.041 323.2) |
Copy-ready code
/* CSS */
color: #7d697f;
background-color: #7d697f;
/* Tailwind (arbitrary) */
class="text-[#7d697f] bg-[#7d697f]"
/* SCSS */
$brand: #7d697f;
/* SwiftUI */
Color(red: 0.490, green: 0.412, blue: 0.498)
/* Android */
Color.parseColor("#7d697f")Accessibility — WCAG contrast
Aa
#7d697f on white: 5.00:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#7d697f on black: 4.20:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red49.0%
Green41.2%
Blue49.8%
CMYK percentages
Cyan1.6%
Magenta17.3%
Yellow0.0%
Key (black)50.2%
Color previews
#7d697f text on a black background
contrast 4.20:1
Card sample
#7d697f text on a white background
contrast 5.00:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7d697f;
Background color
Panel with #7d697f background
background-color: #7d697f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7d697f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(125, 105, 127, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(125, 105, 127, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7d697f; background: linear-gradient(135deg, #7d697f, #7F6972);