Sea Green
#397979
CyanColor Codes
All color formats for development
HEX
#397979RGB
rgb(57, 121, 121)HSL
hsl(180, 36%, 35%)OKLCH
oklch(0.534 0.065 195.4)CMYK
cmyk(53%, 0%, 0%, 53%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#336D6D
2#2E6161
3#285555
4#224949
5#1D3D3D
6#173131
7#112424
8#0B1818
9#060C0C
Tints
Lighter variations
1#449090
2#4EA6A6
3#61B5B5
4#78BFBF
5#8ECACA
6#A5D5D5
7#BBDFDF
8#D2EAEA
9#E8F4F4
Tones
Muted variations
1#3C7676
2#407373
3#437070
4#466D6D
5#496969
6#4C6666
7#506363
8#536060
9#565C5C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5FA #F5FAFA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E7F4 #E7F4F4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D2EA #D2EAEA | Secondary backgroundsInput backgroundsDividers |
| 300 | AFD9 #AFD9D9 | BordersInactive statesPlaceholder text |
| 400 | 86C6 #86C6C6 | Disabled statesSecondary iconsMuted text |
| 500 | 63B6 #63B6B6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4899 #489999 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3979 #397979 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2957 #295757 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1A37 #1A3737 | Primary textHigh emphasis contentDark headings |
| 950 | 1023 #102323 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sea-green-50: #F5FAFA;
--sea-green-100: #E7F4F4;
--sea-green-200: #D2EAEA;
--sea-green-300: #AFD9D9;
--sea-green-400: #86C6C6;
--sea-green-500: #63B6B6;
--sea-green-600: #489999;
--sea-green-700: #397979;
--sea-green-800: #295757;
--sea-green-900: #1A3737;
--sea-green-950: #102323;
}