#444a66
a dark, soft blue · warm · closest name: darkslategray
RGB
68, 74, 102
HSL
229°, 20%, 33%
CMYK
33, 28, 0, 60
Luminance
0.0709
Every format
| HEX | #444a66 |
| RGB | rgb(68, 74, 102) |
| HSL | hsl(229, 20%, 33%) |
| CMYK | cmyk(33%, 28%, 0%, 60%) |
| LAB | lab(32.0 5.0 -17.1) |
| LCH | lch(32.0 17.8 286.2) |
| OKLCH | oklch(0.416 0.048 274.8) |
Copy-ready code
/* CSS */
color: #444a66;
background-color: #444a66;
/* Tailwind (arbitrary) */
class="text-[#444a66] bg-[#444a66]"
/* SCSS */
$brand: #444a66;
/* SwiftUI */
Color(red: 0.267, green: 0.290, blue: 0.400)
/* Android */
Color.parseColor("#444a66")Accessibility — WCAG contrast
Aa
#444a66 on white: 8.69:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#444a66 on black: 2.42:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red26.7%
Green29.0%
Blue40.0%
CMYK percentages
Cyan33.3%
Magenta27.5%
Yellow0.0%
Key (black)60.0%
Color previews
#444a66 text on a black background
contrast 2.42:1
Card sample
#444a66 text on a white background
contrast 8.69:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #444a66;
Background color
Panel with #444a66 background
background-color: #444a66;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #444a66;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(68, 74, 102, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(68, 74, 102, 0.45);
Border & gradient
Gradient panel
border: 3px solid #444a66; background: linear-gradient(135deg, #444a66, #554466);