Sea Green
#396B79
CyanColor Codes
All color formats for development
HEX
#396B79RGB
rgb(57, 107, 121)HSL
hsl(193, 36%, 35%)OKLCH
oklch(0.499 0.058 218.1)CMYK
cmyk(53%, 12%, 0%, 53%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#33616D
2#2E5661
3#284B55
4#224049
5#1D363D
6#172B31
7#112024
8#0B1518
9#060B0C
Tints
Lighter variations
1#447F90
2#4E93A6
3#61A3B5
4#78B0BF
5#8EBDCA
6#A5CAD5
7#BBD7DF
8#D2E5EA
9#E8F2F4
Tones
Muted variations
1#3C6A76
2#406873
3#436670
4#46646D
5#496269
6#4C6166
7#505F63
8#535D60
9#565B5C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F9 #F5F9FA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E7F1 #E7F1F4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D2E5 #D2E5EA | Secondary backgroundsInput backgroundsDividers |
| 300 | AFD0 #AFD0D9 | BordersInactive statesPlaceholder text |
| 400 | 86B8 #86B8C6 | Disabled statesSecondary iconsMuted text |
| 500 | 63A4 #63A4B6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4887 #488799 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 396B #396B79 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 294D #294D57 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1A31 #1A3137 | Primary textHigh emphasis contentDark headings |
| 950 | 101F #101F23 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sea-green-50: #F5F9FA;
--sea-green-100: #E7F1F4;
--sea-green-200: #D2E5EA;
--sea-green-300: #AFD0D9;
--sea-green-400: #86B8C6;
--sea-green-500: #63A4B6;
--sea-green-600: #488799;
--sea-green-700: #396B79;
--sea-green-800: #294D57;
--sea-green-900: #1A3137;
--sea-green-950: #101F23;
}