Sea Green
#386A7A
BlueColor Codes
All color formats for development
HEX
#386A7ARGB
rgb(56, 106, 122)HSL
hsl(195, 37%, 35%)OKLCH
oklch(0.496 0.06 221)CMYK
cmyk(54%, 13%, 0%, 52%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#335F6E
2#2D5562
3#274A56
4#223F49
5#1C353D
6#162A31
7#112025
8#0B1518
9#060B0C
Tints
Lighter variations
1#437D91
2#4D91A8
3#60A0B6
4#77AEC0
5#8DBBCB
6#A4C9D5
7#BBD6E0
8#D2E4EA
9#E8F1F5
Tones
Muted variations
1#3C6877
2#3F6674
3#426570
4#45636D
5#49626A
6#4C6066
7#4F5E63
8#535D60
9#565B5D
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 #AFCFDA | BordersInactive statesPlaceholder text |
| 400 | 85B6 #85B6C7 | Disabled statesSecondary iconsMuted text |
| 500 | 62A1 #62A1B7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4785 #47859A | Hover statesFocus ringsPrimary buttons hover |
| 700 | 386A #386A7A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 284C #284C57 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1A30 #1A3038 | 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: #AFCFDA;
--sea-green-400: #85B6C7;
--sea-green-500: #62A1B7;
--sea-green-600: #47859A;
--sea-green-700: #386A7A;
--sea-green-800: #284C57;
--sea-green-900: #1A3038;
--sea-green-950: #101E23;
}