Sea Green
#38707A
CyanColor Codes
All color formats for development
HEX
#38707ARGB
rgb(56, 112, 122)HSL
hsl(189, 37%, 35%)OKLCH
oklch(0.511 0.061 210.5)CMYK
cmyk(54%, 8%, 0%, 52%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#33656E
2#2D5A62
3#274F56
4#224349
5#1C383D
6#162D31
7#112225
8#0B1618
9#060B0C
Tints
Lighter variations
1#438591
2#4D9AA8
3#60A9B6
4#77B5C0
5#8DC2CB
6#A4CED5
7#BBDAE0
8#D2E6EA
9#E8F3F5
Tones
Muted variations
1#3C6E77
2#3F6C74
3#426970
4#45676D
5#49656A
6#4C6266
7#4F6063
8#535E60
9#565C5D
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 | AFD4 #AFD4DA | BordersInactive statesPlaceholder text |
| 400 | 85BD #85BDC7 | Disabled statesSecondary iconsMuted text |
| 500 | 62AA #62AAB7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 478D #478D9A | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3870 #38707A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2850 #285057 | 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: #AFD4DA;
--sea-green-400: #85BDC7;
--sea-green-500: #62AAB7;
--sea-green-600: #478D9A;
--sea-green-700: #38707A;
--sea-green-800: #285057;
--sea-green-900: #1A3338;
--sea-green-950: #102023;
}