Sea Green
#386C7A
CyanColor Codes
All color formats for development
HEX
#386C7ARGB
rgb(56, 108, 122)HSL
hsl(193, 37%, 35%)OKLCH
oklch(0.501 0.06 217.4)CMYK
cmyk(54%, 11%, 0%, 52%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#33616E
2#2D5662
3#274C56
4#224149
5#1C363D
6#162B31
7#112025
8#0B1618
9#060B0C
Tints
Lighter variations
1#438091
2#4D94A8
3#60A3B6
4#77B0C0
5#8DBECB
6#A4CBD5
7#BBD8E0
8#D2E5EA
9#E8F2F5
Tones
Muted variations
1#3C6A77
2#3F6874
3#426670
4#45646D
5#49636A
6#4C6166
7#4F5F63
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 | E7F1 #E7F1F4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D2E5 #D2E5EA | Secondary backgroundsInput backgroundsDividers |
| 300 | AFD1 #AFD1DA | BordersInactive statesPlaceholder text |
| 400 | 85B8 #85B8C7 | Disabled statesSecondary iconsMuted text |
| 500 | 62A4 #62A4B7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4788 #47889A | Hover statesFocus ringsPrimary buttons hover |
| 700 | 386C #386C7A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 284D #284D57 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1A31 #1A3138 | Primary textHigh emphasis contentDark headings |
| 950 | 101F #101F23 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sea-green-50: #F5F9FA;
--sea-green-100: #E7F1F4;
--sea-green-200: #D2E5EA;
--sea-green-300: #AFD1DA;
--sea-green-400: #85B8C7;
--sea-green-500: #62A4B7;
--sea-green-600: #47889A;
--sea-green-700: #386C7A;
--sea-green-800: #284D57;
--sea-green-900: #1A3138;
--sea-green-950: #101F23;
}