#47656b
a dark, soft cyan · cool · closest name: darkslategray
RGB
71, 101, 107
HSL
190°, 20%, 35%
CMYK
34, 6, 0, 58
Luminance
0.1171
Every format
| HEX | #47656b |
| RGB | rgb(71, 101, 107) |
| HSL | hsl(190, 20%, 35%) |
| CMYK | cmyk(34%, 6%, 0%, 58%) |
| LAB | lab(40.8 -9.3 -6.9) |
| LCH | lch(40.8 11.6 216.6) |
| OKLCH | oklch(0.486 0.036 211.4) |
Copy-ready code
/* CSS */
color: #47656b;
background-color: #47656b;
/* Tailwind (arbitrary) */
class="text-[#47656b] bg-[#47656b]"
/* SCSS */
$brand: #47656b;
/* SwiftUI */
Color(red: 0.278, green: 0.396, blue: 0.420)
/* Android */
Color.parseColor("#47656b")Accessibility — WCAG contrast
Aa
#47656b on white: 6.28:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#47656b on black: 3.34:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red27.8%
Green39.6%
Blue42.0%
CMYK percentages
Cyan33.6%
Magenta5.6%
Yellow0.0%
Key (black)58.0%
Color previews
#47656b text on a black background
contrast 3.34:1
Card sample
#47656b text on a white background
contrast 6.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #47656b;
Background color
Panel with #47656b background
background-color: #47656b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #47656b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(71, 101, 107, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(71, 101, 107, 0.45);
Border & gradient
Gradient panel
border: 3px solid #47656b; background: linear-gradient(135deg, #47656b, #474D6B);