#2c3b3b
a deep, muted cyan · cool · closest name: darkslategray
RGB
44, 59, 59
HSL
180°, 15%, 20%
CMYK
25, 0, 0, 77
Luminance
0.0398
Every format
| HEX | #2c3b3b |
| RGB | rgb(44, 59, 59) |
| HSL | hsl(180, 15%, 20%) |
| CMYK | cmyk(25%, 0%, 0%, 77%) |
| LAB | lab(23.6 -6.1 -2.0) |
| LCH | lch(23.6 6.4 198.3) |
| OKLCH | oklch(0.339 0.020 196.3) |
Copy-ready code
/* CSS */
color: #2c3b3b;
background-color: #2c3b3b;
/* Tailwind (arbitrary) */
class="text-[#2c3b3b] bg-[#2c3b3b]"
/* SCSS */
$brand: #2c3b3b;
/* SwiftUI */
Color(red: 0.173, green: 0.231, blue: 0.231)
/* Android */
Color.parseColor("#2c3b3b")Accessibility — WCAG contrast
Aa
#2c3b3b on white: 11.69:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#2c3b3b on black: 1.80:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red17.3%
Green23.1%
Blue23.1%
CMYK percentages
Cyan25.4%
Magenta0.0%
Yellow0.0%
Key (black)76.9%
Color previews
#2c3b3b text on a black background
contrast 1.80:1
Card sample
#2c3b3b text on a white background
contrast 11.69:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2c3b3b;
Background color
Panel with #2c3b3b background
background-color: #2c3b3b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2c3b3b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(44, 59, 59, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(44, 59, 59, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2c3b3b; background: linear-gradient(135deg, #2c3b3b, #2C313B);