Sea Green
#3C7377
CyanColor Codes
All color formats for development
HEX
#3C7377RGB
rgb(60, 115, 119)HSL
hsl(184, 33%, 35%)OKLCH
oklch(0.52 0.059 201.7)CMYK
cmyk(50%, 3%, 0%, 53%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#36676B
2#305C5F
3#2A5053
4#244547
5#1E393B
6#182E2F
7#122224
8#0C1718
9#060B0C
Tints
Lighter variations
1#47888D
2#529DA3
3#65ACB1
4#7BB8BC
5#91C4C7
6#A7D0D3
7#BDDBDE
8#D3E7E9
9#E9F3F4
Tones
Muted variations
1#3F7074
2#426E71
3#456B6E
4#48696B
5#4B6668
6#4D6365
7#506162
8#535E5F
9#565C5C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5FA #F5FAFA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E7F2 #E7F2F3 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D3E7 #D3E7E9 | Secondary backgroundsInput backgroundsDividers |
| 300 | B1D5 #B1D5D8 | BordersInactive statesPlaceholder text |
| 400 | 88BF #88BFC3 | Disabled statesSecondary iconsMuted text |
| 500 | 66AD #66ADB2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4B90 #4B9095 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3C73 #3C7377 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2B52 #2B5255 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1B34 #1B3436 | Primary textHigh emphasis contentDark headings |
| 950 | 1121 #112122 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sea-green-50: #F5FAFA;
--sea-green-100: #E7F2F3;
--sea-green-200: #D3E7E9;
--sea-green-300: #B1D5D8;
--sea-green-400: #88BFC3;
--sea-green-500: #66ADB2;
--sea-green-600: #4B9095;
--sea-green-700: #3C7377;
--sea-green-800: #2B5255;
--sea-green-900: #1B3436;
--sea-green-950: #112122;
}