#445566
a dark, soft blue · cool · closest name: darkslategray
RGB
68, 85, 102
HSL
210°, 20%, 33%
CMYK
33, 17, 0, 60
Luminance
0.0869
Every format
| HEX | #445566 |
| RGB | rgb(68, 85, 102) |
| HSL | hsl(210, 20%, 33%) |
| CMYK | cmyk(33%, 17%, 0%, 60%) |
| LAB | lab(35.4 -2.0 -11.9) |
| LCH | lch(35.4 12.1 260.4) |
| OKLCH | oklch(0.442 0.035 248.6) |
Copy-ready code
/* CSS */
color: #445566;
background-color: #445566;
/* Tailwind (arbitrary) */
class="text-[#445566] bg-[#445566]"
/* SCSS */
$brand: #445566;
/* SwiftUI */
Color(red: 0.267, green: 0.333, blue: 0.400)
/* Android */
Color.parseColor("#445566")Accessibility — WCAG contrast
Aa
#445566 on white: 7.67:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#445566 on black: 2.74:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red26.7%
Green33.3%
Blue40.0%
CMYK percentages
Cyan33.3%
Magenta16.7%
Yellow0.0%
Key (black)60.0%
Color previews
#445566 text on a black background
contrast 2.74:1
Card sample
#445566 text on a white background
contrast 7.67:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #445566;
Background color
Panel with #445566 background
background-color: #445566;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #445566;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(68, 85, 102, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(68, 85, 102, 0.45);
Border & gradient
Gradient panel
border: 3px solid #445566; background: linear-gradient(135deg, #445566, #4A4466);