Sea Green
#396E79
CyanColor Codes
All color formats for development
HEX
#396E79RGB
rgb(57, 110, 121)HSL
hsl(190, 36%, 35%)OKLCH
oklch(0.506 0.059 212.7)CMYK
cmyk(53%, 9%, 0%, 53%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#33646D
2#2E5961
3#284D55
4#224249
5#1D373D
6#172C31
7#112124
8#0B1618
9#060B0C
Tints
Lighter variations
1#448390
2#4E98A6
3#61A7B5
4#78B3BF
5#8EC0CA
6#A5CDD5
7#BBD9DF
8#D2E6EA
9#E8F2F4
Tones
Muted variations
1#3C6D76
2#406A73
3#436870
4#46666D
5#496469
6#4C6266
7#506063
8#535E60
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 | D2E6 #D2E6EA | Secondary backgroundsInput backgroundsDividers |
| 300 | AFD2 #AFD2D9 | BordersInactive statesPlaceholder text |
| 400 | 86BB #86BBC6 | Disabled statesSecondary iconsMuted text |
| 500 | 63A8 #63A8B6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 488B #488B99 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 396F #396F79 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 294F #294F57 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1A33 #1A3337 | Primary textHigh emphasis contentDark headings |
| 950 | 1020 #102023 | 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: #D2E6EA;
--sea-green-300: #AFD2D9;
--sea-green-400: #86BBC6;
--sea-green-500: #63A8B6;
--sea-green-600: #488B99;
--sea-green-700: #396F79;
--sea-green-800: #294F57;
--sea-green-900: #1A3337;
--sea-green-950: #102023;
}