#2c554d
a dark, soft cyan · cool · closest name: darkslategray
RGB
44, 85, 77
HSL
168°, 32%, 25%
CMYK
48, 0, 9, 67
Luminance
0.0757
Every format
| HEX | #2c554d |
| RGB | rgb(44, 85, 77) |
| HSL | hsl(168, 32%, 25%) |
| CMYK | cmyk(48%, 0%, 9%, 67%) |
| LAB | lab(33.1 -16.6 0.2) |
| LCH | lch(33.1 16.6 179.3) |
| OKLCH | oklch(0.417 0.048 179.7) |
Copy-ready code
/* CSS */
color: #2c554d;
background-color: #2c554d;
/* Tailwind (arbitrary) */
class="text-[#2c554d] bg-[#2c554d]"
/* SCSS */
$brand: #2c554d;
/* SwiftUI */
Color(red: 0.173, green: 0.333, blue: 0.302)
/* Android */
Color.parseColor("#2c554d")Accessibility — WCAG contrast
Aa
#2c554d on white: 8.35:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#2c554d on black: 2.51:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red17.3%
Green33.3%
Blue30.2%
CMYK percentages
Cyan48.2%
Magenta0.0%
Yellow9.4%
Key (black)66.7%
Color previews
#2c554d text on a black background
contrast 2.51:1
Card sample
#2c554d text on a white background
contrast 8.35:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2c554d;
Background color
Panel with #2c554d background
background-color: #2c554d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2c554d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(44, 85, 77, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(44, 85, 77, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2c554d; background: linear-gradient(135deg, #2c554d, #2C4255);