Sea Green
#396879
BlueColor Codes
All color formats for development
HEX
#396879RGB
rgb(57, 104, 121)HSL
hsl(196, 36%, 35%)OKLCH
oklch(0.491 0.058 223.6)CMYK
cmyk(53%, 14%, 0%, 53%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#335E6D
2#2E5361
3#284955
4#223F49
5#1D343D
6#172A31
7#111F24
8#0B1518
9#060A0C
Tints
Lighter variations
1#447C90
2#4E8FA6
3#619EB5
4#78ACBF
5#8EBACA
6#A5C8D5
7#BBD6DF
8#D2E3EA
9#E8F1F4
Tones
Muted variations
1#3C6776
2#406573
3#436470
4#46626D
5#496169
6#4C5F66
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 | D2E3 #D2E3EA | Secondary backgroundsInput backgroundsDividers |
| 300 | AFCE #AFCED9 | BordersInactive statesPlaceholder text |
| 400 | 86B5 #86B5C6 | Disabled statesSecondary iconsMuted text |
| 500 | 63A0 #63A0B6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4883 #488399 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3968 #396879 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 294A #294A57 | 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: #D2E3EA;
--sea-green-300: #AFCED9;
--sea-green-400: #86B5C6;
--sea-green-500: #63A0B6;
--sea-green-600: #488399;
--sea-green-700: #396879;
--sea-green-800: #294A57;
--sea-green-900: #1A3037;
--sea-green-950: #101E23;
}