Sea Green
#396D79
CyanColor Codes
All color formats for development
HEX
#396D79RGB
rgb(57, 109, 121)HSL
hsl(191, 36%, 35%)OKLCH
oklch(0.504 0.059 214.5)CMYK
cmyk(53%, 10%, 0%, 53%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#33636D
2#2E5861
3#284D55
4#224249
5#1D373D
6#172C31
7#112124
8#0B1618
9#060B0C
Tints
Lighter variations
1#448290
2#4E96A6
3#61A5B5
4#78B2BF
5#8EBFCA
6#A5CCD5
7#BBD9DF
8#D2E5EA
9#E8F2F4
Tones
Muted variations
1#3C6C76
2#406A73
3#436770
4#46656D
5#496369
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 | AFD2 #AFD2D9 | BordersInactive statesPlaceholder text |
| 400 | 86BA #86BAC6 | Disabled statesSecondary iconsMuted text |
| 500 | 63A6 #63A6B6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 488A #488A99 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 396E #396E79 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 294E #294E57 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1A32 #1A3237 | 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: #AFD2D9;
--sea-green-400: #86BAC6;
--sea-green-500: #63A6B6;
--sea-green-600: #488A99;
--sea-green-700: #396E79;
--sea-green-800: #294E57;
--sea-green-900: #1A3237;
--sea-green-950: #101F23;
}