#3c6c77
a dark, soft cyan · cool · closest name: darkslategray
RGB
60, 108, 119
HSL
191°, 33%, 35%
CMYK
50, 9, 0, 53
Luminance
0.1302
Every format
| HEX | #3c6c77 |
| RGB | rgb(60, 108, 119) |
| HSL | hsl(191, 33%, 35%) |
| CMYK | cmyk(50%, 9%, 0%, 53%) |
| LAB | lab(42.8 -13.1 -11.2) |
| LCH | lch(42.8 17.2 220.6) |
| OKLCH | oklch(0.502 0.055 214.2) |
Copy-ready code
/* CSS */
color: #3c6c77;
background-color: #3c6c77;
/* Tailwind (arbitrary) */
class="text-[#3c6c77] bg-[#3c6c77]"
/* SCSS */
$brand: #3c6c77;
/* SwiftUI */
Color(red: 0.235, green: 0.424, blue: 0.467)
/* Android */
Color.parseColor("#3c6c77")Accessibility — WCAG contrast
Aa
#3c6c77 on white: 5.83:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#3c6c77 on black: 3.60:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red23.5%
Green42.4%
Blue46.7%
CMYK percentages
Cyan49.6%
Magenta9.2%
Yellow0.0%
Key (black)53.3%
Color previews
#3c6c77 text on a black background
contrast 3.60:1
Card sample
#3c6c77 text on a white background
contrast 5.83:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3c6c77;
Background color
Panel with #3c6c77 background
background-color: #3c6c77;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3c6c77;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(60, 108, 119, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(60, 108, 119, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3c6c77; background: linear-gradient(135deg, #3c6c77, #3C4577);