Sea Green
#396579
BlueColor Codes
All color formats for development
HEX
#396579RGB
rgb(57, 101, 121)HSL
hsl(199, 36%, 35%)OKLCH
oklch(0.483 0.058 229.1)CMYK
cmyk(53%, 17%, 0%, 53%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#335B6D
2#2E5161
3#284755
4#223D49
5#1D333D
6#172831
7#111E24
8#0B1418
9#060A0C
Tints
Lighter variations
1#447890
2#4E8BA6
3#619AB5
4#78A9BF
5#8EB7CA
6#A5C5D5
7#BBD4DF
8#D2E2EA
9#E8F1F4
Tones
Muted variations
1#3C6476
2#406373
3#436170
4#46606D
5#495F69
6#4C5E66
7#505D63
8#535C60
9#565A5C
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 | D2E2 #D2E2EA | Secondary backgroundsInput backgroundsDividers |
| 300 | AFCC #AFCCD9 | BordersInactive statesPlaceholder text |
| 400 | 86B2 #86B2C6 | Disabled statesSecondary iconsMuted text |
| 500 | 639B #639BB6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 487F #487F99 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3965 #396579 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2948 #294857 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1A2E #1A2E37 | 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: #D2E2EA;
--sea-green-300: #AFCCD9;
--sea-green-400: #86B2C6;
--sea-green-500: #639BB6;
--sea-green-600: #487F99;
--sea-green-700: #396579;
--sea-green-800: #294857;
--sea-green-900: #1A2E37;
--sea-green-950: #101D23;
}