Sea Green
#3C7177
CyanColor Codes
All color formats for development
HEX
#3C7177RGB
rgb(60, 113, 119)HSL
hsl(186, 33%, 35%)OKLCH
oklch(0.514 0.057 205.1)CMYK
cmyk(50%, 5%, 0%, 53%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#36666B
2#305A5F
3#2A4F53
4#244447
5#1E383B
6#182D2F
7#122224
8#0C1718
9#060B0C
Tints
Lighter variations
1#47868D
2#529BA3
3#65AAB1
4#7BB6BC
5#91C2C7
6#A7CED3
7#BDDADE
8#D3E7E9
9#E9F3F4
Tones
Muted variations
1#3F6E74
2#426C71
3#456A6E
4#48676B
5#4B6568
6#4D6365
7#506062
8#535E5F
9#565C5C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F9 #F5F9FA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E7F2 #E7F2F3 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D3E7 #D3E7E9 | Secondary backgroundsInput backgroundsDividers |
| 300 | B1D4 #B1D4D8 | BordersInactive statesPlaceholder text |
| 400 | 88BD #88BDC3 | Disabled statesSecondary iconsMuted text |
| 500 | 66AB #66ABB2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4B8E #4B8E95 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3C71 #3C7177 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2B51 #2B5155 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1B34 #1B3436 | Primary textHigh emphasis contentDark headings |
| 950 | 1120 #112022 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sea-green-50: #F5F9FA;
--sea-green-100: #E7F2F3;
--sea-green-200: #D3E7E9;
--sea-green-300: #B1D4D8;
--sea-green-400: #88BDC3;
--sea-green-500: #66ABB2;
--sea-green-600: #4B8E95;
--sea-green-700: #3C7177;
--sea-green-800: #2B5155;
--sea-green-900: #1B3436;
--sea-green-950: #112022;
}