#2c6972
a dark, soft cyan · cool · closest name: darkslategray
RGB
44, 105, 114
HSL
188°, 44%, 31%
CMYK
61, 8, 0, 55
Luminance
0.1185
Every format
| HEX | #2c6972 |
| RGB | rgb(44, 105, 114) |
| HSL | hsl(188, 44%, 31%) |
| CMYK | cmyk(61%, 8%, 0%, 55%) |
| LAB | lab(41.0 -16.6 -11.0) |
| LCH | lch(41.0 19.9 213.4) |
| OKLCH | oklch(0.485 0.064 208.4) |
Copy-ready code
/* CSS */
color: #2c6972;
background-color: #2c6972;
/* Tailwind (arbitrary) */
class="text-[#2c6972] bg-[#2c6972]"
/* SCSS */
$brand: #2c6972;
/* SwiftUI */
Color(red: 0.173, green: 0.412, blue: 0.447)
/* Android */
Color.parseColor("#2c6972")Accessibility — WCAG contrast
Aa
#2c6972 on white: 6.23:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#2c6972 on black: 3.37:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red17.3%
Green41.2%
Blue44.7%
CMYK percentages
Cyan61.4%
Magenta7.9%
Yellow0.0%
Key (black)55.3%
Color previews
#2c6972 text on a black background
contrast 3.37:1
Card sample
#2c6972 text on a white background
contrast 6.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2c6972;
Background color
Panel with #2c6972 background
background-color: #2c6972;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2c6972;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(44, 105, 114, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(44, 105, 114, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2c6972; background: linear-gradient(135deg, #2c6972, #2C3A72);