Sea Green
#396979
BlueColor Codes
All color formats for development
HEX
#396979RGB
rgb(57, 105, 121)HSL
hsl(195, 36%, 35%)OKLCH
oklch(0.493 0.058 221.7)CMYK
cmyk(53%, 13%, 0%, 53%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#335F6D
2#2E5461
3#284A55
4#223F49
5#1D353D
6#172A31
7#112024
8#0B1518
9#060B0C
Tints
Lighter variations
1#447D90
2#4E90A6
3#61A0B5
4#78ADBF
5#8EBBCA
6#A5C9D5
7#BBD6DF
8#D2E4EA
9#E8F1F4
Tones
Muted variations
1#3C6876
2#406673
3#436470
4#46636D
5#496169
6#4C6066
7#505E63
8#535C60
9#565B5C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F9 #F5F9FA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E7F0 #E7F0F4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D2E4 #D2E4EA | Secondary backgroundsInput backgroundsDividers |
| 300 | AFCF #AFCFD9 | BordersInactive statesPlaceholder text |
| 400 | 86B6 #86B6C6 | Disabled statesSecondary iconsMuted text |
| 500 | 63A1 #63A1B6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4884 #488499 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3969 #396979 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 294B #294B57 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1A30 #1A3037 | 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: #E7F0F4;
--sea-green-200: #D2E4EA;
--sea-green-300: #AFCFD9;
--sea-green-400: #86B6C6;
--sea-green-500: #63A1B6;
--sea-green-600: #488499;
--sea-green-700: #396979;
--sea-green-800: #294B57;
--sea-green-900: #1A3037;
--sea-green-950: #101E23;
}