Sea Green
#386F7A
CyanColor Codes
All color formats for development
HEX
#386F7ARGB
rgb(56, 111, 122)HSL
hsl(190, 37%, 35%)OKLCH
oklch(0.509 0.061 212.2)CMYK
cmyk(54%, 9%, 0%, 52%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#33646E
2#2D5962
3#274E56
4#224349
5#1C383D
6#162D31
7#112125
8#0B1618
9#060B0C
Tints
Lighter variations
1#438491
2#4D99A8
3#60A8B6
4#77B4C0
5#8DC1CB
6#A4CDD5
7#BBDAE0
8#D2E6EA
9#E8F3F5
Tones
Muted variations
1#3C6D77
2#3F6B74
3#426970
4#45666D
5#49646A
6#4C6266
7#4F6063
8#535E60
9#565B5D
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F9 #F5F9FA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E7F2 #E7F2F4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D2E6 #D2E6EA | Secondary backgroundsInput backgroundsDividers |
| 300 | AFD3 #AFD3DA | BordersInactive statesPlaceholder text |
| 400 | 85BC #85BCC7 | Disabled statesSecondary iconsMuted text |
| 500 | 62A9 #62A9B7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 478C #478C9A | Hover statesFocus ringsPrimary buttons hover |
| 700 | 386F #386F7A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 284F #284F57 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1A33 #1A3338 | Primary textHigh emphasis contentDark headings |
| 950 | 1020 #102023 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sea-green-50: #F5F9FA;
--sea-green-100: #E7F2F4;
--sea-green-200: #D2E6EA;
--sea-green-300: #AFD3DA;
--sea-green-400: #85BCC7;
--sea-green-500: #62A9B7;
--sea-green-600: #478C9A;
--sea-green-700: #386F7A;
--sea-green-800: #284F57;
--sea-green-900: #1A3338;
--sea-green-950: #102023;
}