#2c403b
a deep, soft cyan · cool · closest name: darkslategray
RGB
44, 64, 59
HSL
165°, 19%, 21%
CMYK
31, 0, 8, 75
Luminance
0.0452
Every format
| HEX | #2c403b |
| RGB | rgb(44, 64, 59) |
| HSL | hsl(165, 19%, 21%) |
| CMYK | cmyk(31%, 0%, 8%, 75%) |
| LAB | lab(25.3 -9.2 0.5) |
| LCH | lch(25.3 9.2 176.9) |
| OKLCH | oklch(0.353 0.027 177.5) |
Copy-ready code
/* CSS */
color: #2c403b;
background-color: #2c403b;
/* Tailwind (arbitrary) */
class="text-[#2c403b] bg-[#2c403b]"
/* SCSS */
$brand: #2c403b;
/* SwiftUI */
Color(red: 0.173, green: 0.251, blue: 0.231)
/* Android */
Color.parseColor("#2c403b")Accessibility — WCAG contrast
Aa
#2c403b on white: 11.03:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#2c403b on black: 1.90:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red17.3%
Green25.1%
Blue23.1%
CMYK percentages
Cyan31.2%
Magenta0.0%
Yellow7.8%
Key (black)74.9%
Color previews
#2c403b text on a black background
contrast 1.90:1
Card sample
#2c403b text on a white background
contrast 11.03:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2c403b;
Background color
Panel with #2c403b background
background-color: #2c403b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2c403b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(44, 64, 59, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(44, 64, 59, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2c403b; background: linear-gradient(135deg, #2c403b, #2C3840);