Sea Green
#396679
BlueColor Codes
All color formats for development
HEX
#396679RGB
rgb(57, 102, 121)HSL
hsl(198, 36%, 35%)OKLCH
oklch(0.486 0.058 227.2)CMYK
cmyk(53%, 16%, 0%, 53%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#335C6D
2#2E5261
3#284755
4#223D49
5#1D333D
6#172931
7#111F24
8#0B1418
9#060A0C
Tints
Lighter variations
1#447990
2#4E8CA6
3#619CB5
4#78AABF
5#8EB8CA
6#A5C6D5
7#BBD4DF
8#D2E3EA
9#E8F1F4
Tones
Muted variations
1#3C6576
2#406473
3#436270
4#46616D
5#496069
6#4C5E66
7#505D63
8#535C60
9#565B5C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F8 #F5F8FA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E7F0 #E7F0F4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D2E3 #D2E3EA | Secondary backgroundsInput backgroundsDividers |
| 300 | AFCD #AFCDD9 | BordersInactive statesPlaceholder text |
| 400 | 86B3 #86B3C6 | Disabled statesSecondary iconsMuted text |
| 500 | 639D #639DB6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4880 #488099 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3966 #396679 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2949 #294957 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1A2F #1A2F37 | Primary textHigh emphasis contentDark headings |
| 950 | 101D #101D23 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sea-green-50: #F5F8FA;
--sea-green-100: #E7F0F4;
--sea-green-200: #D2E3EA;
--sea-green-300: #AFCDD9;
--sea-green-400: #86B3C6;
--sea-green-500: #639DB6;
--sea-green-600: #488099;
--sea-green-700: #396679;
--sea-green-800: #294957;
--sea-green-900: #1A2F37;
--sea-green-950: #101D23;
}