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