Sea Green
#097756
GreenColor Codes
All color formats for development
HEX
#097756RGB
rgb(9, 119, 86)HSL
hsl(162, 86%, 25%)OKLCH
oklch(0.506 0.104 165.2)CMYK
cmyk(92%, 0%, 28%, 53%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#086B4D
2#075F45
3#06533C
4#054733
5#043B2B
6#042F22
7#03241A
8#021811
9#010C09
Tints
Lighter variations
1#0C9A6F
2#0EBE89
3#11E1A3
4#2AEFB4
5#4DF2C0
6#71F4CD
7#94F7D9
8#B8FAE6
9#DBFCF2
Tones
Muted variations
1#0E7153
2#146C51
3#19664F
4#1F614D
5#245B4B
6#2A5649
7#2F5046
8#354B44
9#3A4542
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FE #F1FEFA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DEFD #DEFDF3 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C1FA #C1FAE9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 92F7 #92F7D9 | BordersInactive statesPlaceholder text |
| 400 | 59F3 #59F3C4 | Disabled statesSecondary iconsMuted text |
| 500 | 2AEF #2AEFB4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 10D1 #10D197 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0CA6 #0CA678 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0977 #097756 | Text on light backgroundsHeadingsStrong borders |
| 900 | 064C #064C37 | Primary textHigh emphasis contentDark headings |
| 950 | 042F #042F22 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sea-green-50: #F1FEFA;
--sea-green-100: #DEFDF3;
--sea-green-200: #C1FAE9;
--sea-green-300: #92F7D9;
--sea-green-400: #59F3C4;
--sea-green-500: #2AEFB4;
--sea-green-600: #10D197;
--sea-green-700: #0CA678;
--sea-green-800: #097756;
--sea-green-900: #064C37;
--sea-green-950: #042F22;
}