#717766
a dark, muted gray · cool · closest name: gray
RGB
113, 119, 102
HSL
81°, 8%, 43%
CMYK
5, 0, 14, 53
Luminance
0.1766
Every format
| HEX | #717766 |
| RGB | rgb(113, 119, 102) |
| HSL | hsl(81, 8%, 43%) |
| CMYK | cmyk(5%, 0%, 14%, 53%) |
| LAB | lab(49.1 -5.6 8.6) |
| LCH | lch(49.1 10.3 123.1) |
| OKLCH | oklch(0.559 0.026 123.1) |
Copy-ready code
/* CSS */
color: #717766;
background-color: #717766;
/* Tailwind (arbitrary) */
class="text-[#717766] bg-[#717766]"
/* SCSS */
$brand: #717766;
/* SwiftUI */
Color(red: 0.443, green: 0.467, blue: 0.400)
/* Android */
Color.parseColor("#717766")Accessibility — WCAG contrast
Aa
#717766 on white: 4.63:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#717766 on black: 4.53:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red44.3%
Green46.7%
Blue40.0%
CMYK percentages
Cyan5.0%
Magenta0.0%
Yellow14.3%
Key (black)53.3%
Color previews
#717766 text on a black background
contrast 4.53:1
Card sample
#717766 text on a white background
contrast 4.63:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #717766;
Background color
Panel with #717766 background
background-color: #717766;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #717766;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(113, 119, 102, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(113, 119, 102, 0.45);
Border & gradient
Gradient panel
border: 3px solid #717766; background: linear-gradient(135deg, #717766, #667766);