#2c626d
a dark, soft cyan · cool · closest name: darkslategray
RGB
44, 98, 109
HSL
190°, 43%, 30%
CMYK
60, 10, 0, 57
Luminance
0.1037
Every format
| HEX | #2c626d |
| RGB | rgb(44, 98, 109) |
| HSL | hsl(190, 43%, 30%) |
| CMYK | cmyk(60%, 10%, 0%, 57%) |
| LAB | lab(38.5 -14.3 -11.7) |
| LCH | lch(38.5 18.4 219.1) |
| OKLCH | oklch(0.464 0.059 212.8) |
Copy-ready code
/* CSS */
color: #2c626d;
background-color: #2c626d;
/* Tailwind (arbitrary) */
class="text-[#2c626d] bg-[#2c626d]"
/* SCSS */
$brand: #2c626d;
/* SwiftUI */
Color(red: 0.173, green: 0.384, blue: 0.427)
/* Android */
Color.parseColor("#2c626d")Accessibility — WCAG contrast
Aa
#2c626d on white: 6.83:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#2c626d on black: 3.07:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red17.3%
Green38.4%
Blue42.7%
CMYK percentages
Cyan59.6%
Magenta10.1%
Yellow0.0%
Key (black)57.3%
Color previews
#2c626d text on a black background
contrast 3.07:1
Card sample
#2c626d text on a white background
contrast 6.83:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2c626d;
Background color
Panel with #2c626d background
background-color: #2c626d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2c626d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(44, 98, 109, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(44, 98, 109, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2c626d; background: linear-gradient(135deg, #2c626d, #2C376D);