#475b5f
a dark, muted cyan · cool · closest name: darkslategray
RGB
71, 91, 95
HSL
190°, 15%, 33%
CMYK
25, 4, 0, 63
Luminance
0.0965
Every format
| HEX | #475b5f |
| RGB | rgb(71, 91, 95) |
| HSL | hsl(190, 15%, 33%) |
| CMYK | cmyk(25%, 4%, 0%, 63%) |
| LAB | lab(37.2 -6.6 -4.8) |
| LCH | lch(37.2 8.1 216.2) |
| OKLCH | oklch(0.456 0.025 211.2) |
Copy-ready code
/* CSS */
color: #475b5f;
background-color: #475b5f;
/* Tailwind (arbitrary) */
class="text-[#475b5f] bg-[#475b5f]"
/* SCSS */
$brand: #475b5f;
/* SwiftUI */
Color(red: 0.278, green: 0.357, blue: 0.373)
/* Android */
Color.parseColor("#475b5f")Accessibility — WCAG contrast
Aa
#475b5f on white: 7.17:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#475b5f on black: 2.93:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red27.8%
Green35.7%
Blue37.3%
CMYK percentages
Cyan25.3%
Magenta4.2%
Yellow0.0%
Key (black)62.7%
Color previews
#475b5f text on a black background
contrast 2.93:1
Card sample
#475b5f text on a white background
contrast 7.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #475b5f;
Background color
Panel with #475b5f background
background-color: #475b5f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #475b5f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(71, 91, 95, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(71, 91, 95, 0.45);
Border & gradient
Gradient panel
border: 3px solid #475b5f; background: linear-gradient(135deg, #475b5f, #474B5F);