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