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