Sea Green
#396A79
CyanColor Codes
All color formats for development
HEX
#396A79RGB
rgb(57, 106, 121)HSL
hsl(194, 36%, 35%)OKLCH
oklch(0.496 0.058 219.9)CMYK
cmyk(53%, 12%, 0%, 53%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#33606D
2#2E5561
3#284A55
4#224049
5#1D353D
6#172B31
7#112024
8#0B1518
9#060B0C
Tints
Lighter variations
1#447E90
2#4E92A6
3#61A1B5
4#78AFBF
5#8EBCCA
6#A5C9D5
7#BBD7DF
8#D2E4EA
9#E8F2F4
Tones
Muted variations
1#3C6976
2#406773
3#436570
4#46646D
5#496269
6#4C6066
7#505E63
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 | D2E4 #D2E4EA | Secondary backgroundsInput backgroundsDividers |
| 300 | AFD0 #AFD0D9 | BordersInactive statesPlaceholder text |
| 400 | 86B7 #86B7C6 | Disabled statesSecondary iconsMuted text |
| 500 | 63A2 #63A2B6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4886 #488699 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 396A #396A79 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 294C #294C57 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1A31 #1A3137 | Primary textHigh emphasis contentDark headings |
| 950 | 101E #101E23 | 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: #D2E4EA;
--sea-green-300: #AFD0D9;
--sea-green-400: #86B7C6;
--sea-green-500: #63A2B6;
--sea-green-600: #488699;
--sea-green-700: #396A79;
--sea-green-800: #294C57;
--sea-green-900: #1A3137;
--sea-green-950: #101E23;
}