Sea Green
#087756
GreenColor Codes
All color formats for development
HEX
#087756RGB
rgb(8, 119, 86)HSL
hsl(162, 87%, 25%)OKLCH
oklch(0.505 0.104 165.3)CMYK
cmyk(93%, 0%, 28%, 53%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#076B4D
2#075F45
3#06533C
4#054834
5#043C2B
6#033022
7#02241A
8#021811
9#010C09
Tints
Lighter variations
1#0B9B70
2#0DBF89
3#10E3A3
4#28F0B4
5#4CF3C1
6#70F5CD
7#94F8DA
8#B7FAE6
9#DBFDF3
Tones
Muted variations
1#0E7254
2#136C51
3#19674F
4#1E614D
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 | C1FB #C1FBE9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 91F7 #91F7D9 | BordersInactive statesPlaceholder text |
| 400 | 58F3 #58F3C5 | Disabled statesSecondary iconsMuted text |
| 500 | 28F0 #28F0B4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0FD2 #0FD297 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0CA7 #0CA778 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0877 #087756 | Text on light backgroundsHeadingsStrong borders |
| 900 | 054C #054C37 | Primary textHigh emphasis contentDark headings |
| 950 | 0330 #033022 | 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: #C1FBE9;
--sea-green-300: #91F7D9;
--sea-green-400: #58F3C5;
--sea-green-500: #28F0B4;
--sea-green-600: #0FD297;
--sea-green-700: #0CA778;
--sea-green-800: #087756;
--sea-green-900: #054C37;
--sea-green-950: #033022;
}