#476b5f
a dark, soft cyan · cool · closest name: darkslategray
RGB
71, 107, 95
HSL
160°, 20%, 35%
CMYK
34, 0, 11, 58
Luminance
0.1268
Every format
| HEX | #476b5f |
| RGB | rgb(71, 107, 95) |
| HSL | hsl(160, 20%, 35%) |
| CMYK | cmyk(34%, 0%, 11%, 58%) |
| LAB | lab(42.3 -15.8 2.6) |
| LCH | lch(42.3 16.0 170.5) |
| OKLCH | oklch(0.497 0.046 171.5) |
Copy-ready code
/* CSS */
color: #476b5f;
background-color: #476b5f;
/* Tailwind (arbitrary) */
class="text-[#476b5f] bg-[#476b5f]"
/* SCSS */
$brand: #476b5f;
/* SwiftUI */
Color(red: 0.278, green: 0.420, blue: 0.373)
/* Android */
Color.parseColor("#476b5f")Accessibility — WCAG contrast
Aa
#476b5f on white: 5.94:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#476b5f on black: 3.54:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red27.8%
Green42.0%
Blue37.3%
CMYK percentages
Cyan33.6%
Magenta0.0%
Yellow11.2%
Key (black)58.0%
Color previews
#476b5f text on a black background
contrast 3.54:1
Card sample
#476b5f text on a white background
contrast 5.94:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #476b5f;
Background color
Panel with #476b5f background
background-color: #476b5f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #476b5f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(71, 107, 95, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(71, 107, 95, 0.45);
Border & gradient
Gradient panel
border: 3px solid #476b5f; background: linear-gradient(135deg, #476b5f, #475F6B);