#2c445c
a dark, soft blue · cool · closest name: darkslategray
RGB
44, 68, 92
HSL
210°, 35%, 27%
CMYK
52, 26, 0, 64
Luminance
0.0544
Every format
| HEX | #2c445c |
| RGB | rgb(44, 68, 92) |
| HSL | hsl(210, 35%, 27%) |
| CMYK | cmyk(52%, 26%, 0%, 64%) |
| LAB | lab(28.0 -1.7 -17.1) |
| LCH | lch(28.0 17.2 264.4) |
| OKLCH | oklch(0.378 0.051 249.3) |
Copy-ready code
/* CSS */
color: #2c445c;
background-color: #2c445c;
/* Tailwind (arbitrary) */
class="text-[#2c445c] bg-[#2c445c]"
/* SCSS */
$brand: #2c445c;
/* SwiftUI */
Color(red: 0.173, green: 0.267, blue: 0.361)
/* Android */
Color.parseColor("#2c445c")Accessibility — WCAG contrast
Aa
#2c445c on white: 10.06:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#2c445c on black: 2.09:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red17.3%
Green26.7%
Blue36.1%
CMYK percentages
Cyan52.2%
Magenta26.1%
Yellow0.0%
Key (black)63.9%
Color previews
#2c445c text on a black background
contrast 2.09:1
Card sample
#2c445c text on a white background
contrast 10.06:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2c445c;
Background color
Panel with #2c445c background
background-color: #2c445c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2c445c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(44, 68, 92, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(44, 68, 92, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2c445c; background: linear-gradient(135deg, #2c445c, #342C5C);