#474455
a dark, muted blue · warm · closest name: darkslategray
RGB
71, 68, 85
HSL
251°, 11%, 30%
CMYK
17, 20, 0, 67
Luminance
0.0613
Every format
| HEX | #474455 |
| RGB | rgb(71, 68, 85) |
| HSL | hsl(251, 11%, 30%) |
| CMYK | cmyk(17%, 20%, 0%, 67%) |
| LAB | lab(29.7 5.3 -9.7) |
| LCH | lch(29.7 11.0 298.5) |
| OKLCH | oklch(0.396 0.029 293.1) |
Copy-ready code
/* CSS */
color: #474455;
background-color: #474455;
/* Tailwind (arbitrary) */
class="text-[#474455] bg-[#474455]"
/* SCSS */
$brand: #474455;
/* SwiftUI */
Color(red: 0.278, green: 0.267, blue: 0.333)
/* Android */
Color.parseColor("#474455")Accessibility — WCAG contrast
Aa
#474455 on white: 9.43:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#474455 on black: 2.23:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red27.8%
Green26.7%
Blue33.3%
CMYK percentages
Cyan16.5%
Magenta20.0%
Yellow0.0%
Key (black)66.7%
Color previews
#474455 text on a black background
contrast 2.23:1
Card sample
#474455 text on a white background
contrast 9.43:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #474455;
Background color
Panel with #474455 background
background-color: #474455;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #474455;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(71, 68, 85, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(71, 68, 85, 0.45);
Border & gradient
Gradient panel
border: 3px solid #474455; background: linear-gradient(135deg, #474455, #524455);