#45546f
a dark, soft blue · cool · closest name: darkslategray
RGB
69, 84, 111
HSL
219°, 23%, 35%
CMYK
38, 24, 0, 57
Luminance
0.0875
Every format
| HEX | #45546f |
| RGB | rgb(69, 84, 111) |
| HSL | hsl(219, 23%, 35%) |
| CMYK | cmyk(38%, 24%, 0%, 57%) |
| LAB | lab(35.5 1.5 -17.4) |
| LCH | lch(35.5 17.4 275.0) |
| OKLCH | oklch(0.444 0.049 262.0) |
Copy-ready code
/* CSS */
color: #45546f;
background-color: #45546f;
/* Tailwind (arbitrary) */
class="text-[#45546f] bg-[#45546f]"
/* SCSS */
$brand: #45546f;
/* SwiftUI */
Color(red: 0.271, green: 0.329, blue: 0.435)
/* Android */
Color.parseColor("#45546f")Accessibility — WCAG contrast
Aa
#45546f on white: 7.63:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#45546f on black: 2.75:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red27.1%
Green32.9%
Blue43.5%
CMYK percentages
Cyan37.8%
Magenta24.3%
Yellow0.0%
Key (black)56.5%
Color previews
#45546f text on a black background
contrast 2.75:1
Card sample
#45546f text on a white background
contrast 7.63:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #45546f;
Background color
Panel with #45546f background
background-color: #45546f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #45546f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(69, 84, 111, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(69, 84, 111, 0.45);
Border & gradient
Gradient panel
border: 3px solid #45546f; background: linear-gradient(135deg, #45546f, #52456F);