Sea Green
#396779
BlueColor Codes
All color formats for development
HEX
#396779RGB
rgb(57, 103, 121)HSL
hsl(197, 36%, 35%)OKLCH
oklch(0.488 0.058 225.4)CMYK
cmyk(53%, 15%, 0%, 53%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#335D6D
2#2E5361
3#284855
4#223E49
5#1D343D
6#172931
7#111F24
8#0B1518
9#060A0C
Tints
Lighter variations
1#447A90
2#4E8DA6
3#619DB5
4#78ABBF
5#8EB9CA
6#A5C7D5
7#BBD5DF
8#D2E3EA
9#E8F1F4
Tones
Muted variations
1#3C6676
2#406473
3#436370
4#46626D
5#496069
6#4C5F66
7#505D63
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 | AFCD #AFCDD9 | BordersInactive statesPlaceholder text |
| 400 | 86B4 #86B4C6 | Disabled statesSecondary iconsMuted text |
| 500 | 639E #639EB6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4882 #488299 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3967 #396779 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 294A #294A57 | 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: #F5F9FA;
--sea-green-100: #E7F0F4;
--sea-green-200: #D2E3EA;
--sea-green-300: #AFCDD9;
--sea-green-400: #86B4C6;
--sea-green-500: #639EB6;
--sea-green-600: #488299;
--sea-green-700: #396779;
--sea-green-800: #294A57;
--sea-green-900: #1A2F37;
--sea-green-950: #101D23;
}