Sea Green
#386B7A
CyanColor Codes
All color formats for development
HEX
#386B7ARGB
rgb(56, 107, 122)HSL
hsl(194, 37%, 35%)OKLCH
oklch(0.498 0.06 219.2)CMYK
cmyk(54%, 12%, 0%, 52%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#33606E
2#2D5562
3#274B56
4#224049
5#1C353D
6#162B31
7#112025
8#0B1518
9#060B0C
Tints
Lighter variations
1#437F91
2#4D93A8
3#60A2B6
4#77AFC0
5#8DBCCB
6#A4CAD5
7#BBD7E0
8#D2E4EA
9#E8F2F5
Tones
Muted variations
1#3C6977
2#3F6774
3#426670
4#45646D
5#49626A
6#4C6066
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 | D2E4 #D2E4EA | Secondary backgroundsInput backgroundsDividers |
| 300 | AFD0 #AFD0DA | BordersInactive statesPlaceholder text |
| 400 | 85B7 #85B7C7 | Disabled statesSecondary iconsMuted text |
| 500 | 62A3 #62A3B7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4786 #47869A | Hover statesFocus ringsPrimary buttons hover |
| 700 | 386B #386B7A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 284C #284C57 | 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: #D2E4EA;
--sea-green-300: #AFD0DA;
--sea-green-400: #85B7C7;
--sea-green-500: #62A3B7;
--sea-green-600: #47869A;
--sea-green-700: #386B7A;
--sea-green-800: #284C57;
--sea-green-900: #1A3138;
--sea-green-950: #101F23;
}