#2c6175
a dark, vivid cyan · cool · closest name: darkslategray
RGB
44, 97, 117
HSL
196°, 45%, 32%
CMYK
62, 17, 0, 54
Luminance
0.1037
Every format
| HEX | #2c6175 |
| RGB | rgb(44, 97, 117) |
| HSL | hsl(196, 45%, 32%) |
| CMYK | cmyk(62%, 17%, 0%, 54%) |
| LAB | lab(38.5 -11.1 -16.6) |
| LCH | lch(38.5 19.9 236.2) |
| OKLCH | oklch(0.465 0.065 225.5) |
Copy-ready code
/* CSS */
color: #2c6175;
background-color: #2c6175;
/* Tailwind (arbitrary) */
class="text-[#2c6175] bg-[#2c6175]"
/* SCSS */
$brand: #2c6175;
/* SwiftUI */
Color(red: 0.173, green: 0.380, blue: 0.459)
/* Android */
Color.parseColor("#2c6175")Accessibility — WCAG contrast
Aa
#2c6175 on white: 6.83:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#2c6175 on black: 3.07:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red17.3%
Green38.0%
Blue45.9%
CMYK percentages
Cyan62.4%
Magenta17.1%
Yellow0.0%
Key (black)54.1%
Color previews
#2c6175 text on a black background
contrast 3.07:1
Card sample
#2c6175 text on a white background
contrast 6.83:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2c6175;
Background color
Panel with #2c6175 background
background-color: #2c6175;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2c6175;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(44, 97, 117, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(44, 97, 117, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2c6175; background: linear-gradient(135deg, #2c6175, #2C3075);