Sea Green
#397479
CyanColor Codes
All color formats for development
HEX
#397479RGB
rgb(57, 116, 121)HSL
hsl(185, 36%, 35%)OKLCH
oklch(0.522 0.062 202.7)CMYK
cmyk(53%, 4%, 0%, 53%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#33686D
2#2E5D61
3#285155
4#224649
5#1D3A3D
6#172E31
7#112324
8#0B1718
9#060C0C
Tints
Lighter variations
1#448A90
2#4E9FA6
3#61AEB5
4#78B9BF
5#8EC5CA
6#A5D1D5
7#BBDCDF
8#D2E8EA
9#E8F3F4
Tones
Muted variations
1#3C7176
2#406F73
3#436C70
4#46696D
5#496769
6#4C6466
7#506163
8#535F60
9#565C5C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5FA #F5FAFA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E7F3 #E7F3F4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D2E8 #D2E8EA | Secondary backgroundsInput backgroundsDividers |
| 300 | AFD6 #AFD6D9 | BordersInactive statesPlaceholder text |
| 400 | 86C1 #86C1C6 | Disabled statesSecondary iconsMuted text |
| 500 | 63AF #63AFB6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4892 #489299 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3974 #397479 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2953 #295357 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1A35 #1A3537 | Primary textHigh emphasis contentDark headings |
| 950 | 1021 #102123 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sea-green-50: #F5FAFA;
--sea-green-100: #E7F3F4;
--sea-green-200: #D2E8EA;
--sea-green-300: #AFD6D9;
--sea-green-400: #86C1C6;
--sea-green-500: #63AFB6;
--sea-green-600: #489299;
--sea-green-700: #397479;
--sea-green-800: #295357;
--sea-green-900: #1A3537;
--sea-green-950: #102123;
}